Collection of CheckMK checks (see https://checkmk.com/). All checks and plugins are provided as is. Absolutely no warranty. Send any comments to thl-cmk[at]outlook[dot]com

Skip to content
Snippets Groups Projects
Commit 154ee3a9 authored by thl-cmk's avatar thl-cmk :flag_na:
Browse files

update project

parent b158e565
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@
# 02.07.2016: fixed crit/warn to >=
# 09.01.2018: some fine tuning (changed infotext)
# 13.02.2020: changed snmp_info from ".1.3.6.1.4.1.9.9.147.1.2.2.2.1.5" to more specific "1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40"
# 24.02.2020: added support for Cisco Firepower Threat Defense
#
# sample snmp walk
#
......@@ -63,7 +64,8 @@ check_info['cisco_asa_connections'] = {
'service_description': 'Cisco ASA connections',
'has_perfdata' : True,
'group' : 'cisco_asa_connections',
'snmp_scan_function' : lambda oid: oid('.1.3.6.1.2.1.1.1.0').lower().startswith('cisco adaptive security appliance'),
'snmp_scan_function' : lambda oid: oid('.1.3.6.1.2.1.1.1.0').lower().startswith('cisco adaptive security appliance')
or oid('.1.3.6.1.2.1.1.1.0').lower().startswith('cisco firepower threat defense'),
'snmp_info' : ('.1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40', [ # CISCO-FIREWALL-MIB::cfwConnectionStatValue.protoIp
'6', # CISCO-FIREWALL-MIB::cfwConnectionStatValue.protoIp.currentInUse
'7', # CISCO-FIREWALL-MIB::cfwConnectionStatValue.protoIp.high
......
No preview for this file type
{'author': u'Th.L. (thl-cmk[at]outlook[dot]com)',
'description': u'monitors Cisco ASA number of connetions\nMinimum/Warning/Critical temperature level can be configured via wato.\n',
'description': u'monitors Cisco ASA number of connetions\nMinimum/Warning/Critical level can be configured via wato.\n\n - 24.02.2020: added support for Cisco Firepower Threat Defense',
'download_url': 'https://thl-cmk.hopto.org',
'files': {'checks': ['cisco_asa_connections'],
'web': ['plugins/wato/cisco_asa_connections.py',
......@@ -7,6 +7,6 @@
'name': 'cisco_asa_connections',
'num_files': 3,
'title': u'Monitor Cisco ASA connections',
'version': '20180326.v.0.3',
'version': '20200224.v.0.3b',
'version.min_required': '1.2.6p12',
'version.packaged': '1.4.0p35'}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment