diff --git a/checks/cisco_asa_connections b/checks/cisco_asa_connections index f9fa2734478ee66a408c2979292ca19abe4f9170..f89f7ed7ce8fafcf4158a221309f996a160dbac7 100644 --- a/checks/cisco_asa_connections +++ b/checks/cisco_asa_connections @@ -66,7 +66,7 @@ check_info['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') - 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 '6', # CISCO-FIREWALL-MIB::cfwConnectionStatValue.protoIp.currentInUse '7', # CISCO-FIREWALL-MIB::cfwConnectionStatValue.protoIp.high diff --git a/cisco_asa_connections.mkp b/cisco_asa_connections.mkp index 1184bbf177a3d46149e4653eadc8c3e2ea4e3d2f..0a8e354a5fedea49e60550d2c5e2311195a8e9d2 100644 Binary files a/cisco_asa_connections.mkp and b/cisco_asa_connections.mkp differ