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

update project

parent e58a1a40
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -19,6 +19,7 @@
# 2022-09-05: added internal_item to avoid warnings on cmk updates (THX to Jay2k1 for reporting the issue)
# 2023-06-11: moved wato file from ~local/lib/check_mk/gui/plugins/wato
# to ~/local/lib/check_mk/gui/plugins/wato/check_parameters to override the build in wato plugin
# 2024-06-15: fixed typo (no not)
#
# Known issue: the override of the build in wato plugin will break the build in aritsa bgp peer plugin
......@@ -79,7 +80,7 @@ def _parameter_valuespec_bgp_peer():
('peernotfound',
MonitoringState(
default_value=2,
title=_('State if peer is no not found.'),
title=_('State if peer is not found.'),
help=_('Default monitoring state if the peer is not found in the SNMP data')
)),
('admindown',
......
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