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

update project

parent 61637234
No related branches found
No related tags found
No related merge requests found
......@@ -2,3 +2,7 @@
2020-06-08: changed snmp-scan function
2021-08-10: rewritten for CMK 2.0
added WATO
2023-04-23: refactoring
moved wato file to ~/local/lib/check_mk/gui/plugins/wato
moved rule set from networking to hardware
added dummy legacy check file to "kill" the original legacy check
No preview for this file type
#!/usr/bin/python
# -*- encoding: utf-8; py-indent-offset: 4 -*-
#
# dummy to "kill" the legacy "checkpoint_powersupply" check
......@@ -5,10 +5,11 @@
'WATO\n',
'download_url': 'https://thl-cmk.hopto.org',
'files': {'agent_based': ['checkpoint_powersupply.py'],
'checks': ['checkpoint_powersupply'],
'gui': ['wato/checkpoint_powersupply.py']},
'name': 'checkpoint_powersupply',
'title': 'Check Point power supply status',
'version': '1.0.1-20230423',
'version': '1.0.2-20230423',
'version.min_required': '2.1.0b1',
'version.packaged': '2.1.0p21',
'version.usable_until': None}
\ 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