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 3c8a4954 authored by thl-cmk's avatar thl-cmk :flag_na:
Browse files

update project

parent 8dc2b4fa
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ check_info['cisco_asa_connections'] = { ...@@ -66,7 +66,7 @@ check_info['cisco_asa_connections'] = {
'has_perfdata' : True, 'has_perfdata' : True,
'group' : 'cisco_asa_connections', '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'), 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 '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 '6', # CISCO-FIREWALL-MIB::cfwConnectionStatValue.protoIp.currentInUse
'7', # CISCO-FIREWALL-MIB::cfwConnectionStatValue.protoIp.high '7', # CISCO-FIREWALL-MIB::cfwConnectionStatValue.protoIp.high
......
No preview for this file type
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