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

update project

parent 43ace60f
No related branches found
No related tags found
No related merge requests found
[PACKAGE]: ../../raw/master/mkp/active_check_traceroute-0.0.2-20230607.mkp "active_check_traceroute-0.0.2-20230607.mkp" [PACKAGE]: ../../raw/master/mkp/active_check_traceroute-0.0.3-20240526.mkp "active_check_traceroute-0.0.3-20240526.mkp"
# Extended traceroute plugin # Extended traceroute plugin
This is a extension for the original CheckMK traceroute plugin (Routing) This is a extension for the original CheckMK traceroute plugin (Routing)
......
File added
...@@ -10,28 +10,26 @@ ...@@ -10,28 +10,26 @@
# Date : 2021-12-03 # Date : 2021-12-03
# #
# added: description, method UDP, port, destination_address, queries, max_ttl, source_interface, source_address # added: description, method UDP, port, destination_address, queries, max_ttl, source_interface, source_address
# # 2024-05-26: moved to check_parameters
# adjusted import of RulespecGroupActiveChecks for CMK 2.2.x
from cmk.gui.i18n import _ from cmk.gui.i18n import _
from cmk.gui.plugins.wato.active_checks.common import RulespecGroupActiveChecks
from cmk.gui.valuespec import ( from cmk.gui.valuespec import (
Dictionary,
ListOf,
Tuple,
Transform,
Checkbox, Checkbox,
Dictionary,
DropdownChoice, DropdownChoice,
TextInput,
Integer, Integer,
ListOf,
TextAscii, TextAscii,
TextInput,
Transform,
Tuple,
) )
from cmk.gui.plugins.wato.utils import ( from cmk.gui.plugins.wato.utils import (
rulespec_registry,
HostRulespec, HostRulespec,
) rulespec_registry,
from cmk.gui.plugins.wato.active_checks import (
RulespecGroupActiveChecks
) )
......
...@@ -28,11 +28,12 @@ ...@@ -28,11 +28,12 @@
'on Ubuntu 20.04.3 LTS.\n', 'on Ubuntu 20.04.3 LTS.\n',
'download_url': 'https://thl-cmk.hopto.org', 'download_url': 'https://thl-cmk.hopto.org',
'files': {'checks': ['check_traceroute'], 'files': {'checks': ['check_traceroute'],
'gui': ['metrics/traceroute.py', 'wato/active_checks_routing.py'], 'gui': ['metrics/traceroute.py',
'wato/check_parameters/active_checks_routing.py'],
'lib': ['nagios/plugins/check_traceroute']}, 'lib': ['nagios/plugins/check_traceroute']},
'name': 'active_check_traceroute', 'name': 'active_check_traceroute',
'title': 'Check Traceroute (extended)', 'title': 'Check Traceroute (extended)',
'version': '0.0.2-20230607', 'version': '0.0.3-20240526',
'version.min_required': '2.1.0b1', 'version.min_required': '2.2.0b1',
'version.packaged': '2.2.0p24', 'version.packaged': '2.2.0p24',
'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