diff --git a/checks/cisco_asa_connections b/checks/cisco_asa_connections index f86fa8e15527e2d63b313bbe6b404ef86de698f0..b84a3603f34716ed89f910537199df46086eedff 100644 --- a/checks/cisco_asa_connections +++ b/checks/cisco_asa_connections @@ -61,7 +61,7 @@ def check_cisco_asa_connections(_no_item, params, info): check_info['cisco_asa_connections'] = { 'check_function' : check_cisco_asa_connections, 'inventory_function' : inventory_cisco_asa_connections, - 'service_description': 'Cisco ASA connections', + 'service_description': 'Firewall 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') diff --git a/cisco_asa_connections.mkp b/cisco_asa_connections.mkp index 1086f13c421988c30687b6292c37836f1bd030d6..7510d3ac9ae1051b9f709c2901ddc06eba48134b 100644 Binary files a/cisco_asa_connections.mkp and b/cisco_asa_connections.mkp differ diff --git a/packages/cisco_asa_connections b/packages/cisco_asa_connections index 301406c314fd40ebcd9dff387bd742edd7fd9b47..c45947c591bc07a7a7ddb5c2757af41942c4f2b8 100644 --- a/packages/cisco_asa_connections +++ b/packages/cisco_asa_connections @@ -1,5 +1,5 @@ {'author': u'Th.L. (thl-cmk[at]outlook[dot]com)', - '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', + '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\n\nNote: item changed from Cisco ASA connections to Firewall connections\n', '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': '20200224.v.0.3b', + 'version': '20200428.v.0.3b', 'version.min_required': '1.2.6p12', - 'version.packaged': '1.4.0p35'} \ No newline at end of file + 'version.packaged': '1.6.0p8'} \ No newline at end of file diff --git a/web/plugins/wato/cisco_asa_connections.py b/web/plugins/wato/cisco_asa_connections.py index f5c50b0b805c805763c5ffd3b3f6c66bc19b5311..aa9de057fcf63225656defc41265d317c9719775 100644 --- a/web/plugins/wato/cisco_asa_connections.py +++ b/web/plugins/wato/cisco_asa_connections.py @@ -9,9 +9,9 @@ register_check_parameters( subgroup_networking, 'cisco_asa_connections', - _('Cisco ASA current connections'), + _('Cisco ASA/FP firewall connections'), Tuple( - title=_('Cisco ASA current connections'), + title=_('Cisco ASA/FP firewall connections'), elements=[ Integer(title=_('warning at'), unit=_('connections'), default_value=3000), Integer(title=_('critical at'), unit=_('connections'), default_value=5000),