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

update project

parent 9a851213
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -21,6 +21,7 @@
# 2024-05-16: fixed proxy usage
# removed check_mk section -> no way to differentiate from checkmk agent section check_mk
# 2025-06-04: changed to expose API errors to the check plugin
# 2024-06-17: modified imports for CMK 2.3
# sample agent output (formatted)
# <<<check_mk>>>
......@@ -96,8 +97,8 @@ from requests.exceptions import ConnectionError
from sys import stdout as sys_stdout
from time import time as now_time
from cmk.special_agents.utils.agent_common import special_agent_main
from cmk.special_agents.utils.argument_parsing import create_default_argument_parser
from cmk.special_agents.v0_unstable.agent_common import special_agent_main
from cmk.special_agents.v0_unstable.argument_parsing import create_default_argument_parser
from cmk.utils.paths import tmp_dir
VERSION = '2.0.3'
......
......@@ -16,6 +16,6 @@
'name': 'agent_ssllabs',
'title': 'ssllabs api check',
'version': '2.0.4-20240604',
'version.min_required': '2.2.0b1',
'version.packaged': '2.2.0p24',
'version.usable_until': '2.3.0b1'}
'version.min_required': '2.3.0b1',
'version.packaged': 'cmk-mkp-tool 0.2.0',
'version.usable_until': '2.4.0b1'}
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