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

update project

parent 808a553a
No related branches found
No related tags found
No related merge requests found
[PACKAGE]: ../../raw/master/mkp/check_ntp-0.0.3-20230607.mkp "check_ntp-0.0.3-20230607.mkp" [PACKAGE]: ../../raw/master/mkp/check_ntp-0.0.4-20240101.mkp "check_ntp-0.0.4-20240101.mkp"
[NTPLIB]: ../../raw/master/mkp/check_ntp-0.0.3-20230607.mkp "ntplib-0.4.0.mkp" [NTPLIB]: ../../raw/master/mkp/check_ntp-0.0.3-20230607.mkp "ntplib-0.4.0.mkp"
# Active Check NTP # Active Check NTP
......
File added
...@@ -9,26 +9,20 @@ ...@@ -9,26 +9,20 @@
# Date : 2022-10-04 # Date : 2022-10-04
# File : wato/active_checks_ntp.py # File : wato/active_checks_ntp.py
# #
# 2024-01-01: modified for cmk 2.2.x
from cmk.gui.i18n import _ from cmk.gui.i18n import _
from cmk.gui.valuespec import ( from cmk.gui.valuespec import (
Dictionary, Dictionary,
Tuple,
Transform,
Integer, Integer,
TextAscii,
MonitoringState, MonitoringState,
TextAscii,
Transform,
Tuple,
) )
from cmk.gui.plugins.wato.utils import ( from cmk.gui.plugins.wato.active_checks.common import RulespecGroupActiveChecks
rulespec_registry, from cmk.gui.plugins.wato.utils import HostRulespec, rulespec_registry
HostRulespec,
)
from cmk.gui.plugins.wato.active_checks import (
RulespecGroupActiveChecks
)
def _valuespec_active_checks_ntp(): def _valuespec_active_checks_ntp():
return Transform( return Transform(
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
'lib': ['nagios/plugins/check_ntp']}, 'lib': ['nagios/plugins/check_ntp']},
'name': 'check_ntp', 'name': 'check_ntp',
'title': 'Active check NTP', 'title': 'Active check NTP',
'version': '0.0.3-20230607', 'version': '0.0.4-20240101',
'version.min_required': '2.1.0b1', 'version.min_required': '2.2.0b1',
'version.packaged': '2.2.0p14', 'version.packaged': '2.2.0p14',
'version.usable_until': '2.2.0b1'} 'version.usable_until': '2.3.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