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

update project

parent 160fcfef
No related branches found
No related tags found
No related merge requests found
......@@ -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')
......
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 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
......@@ -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),
......
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