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

update project

parent 7a1787db
No related branches found
No related tags found
No related merge requests found
File mode changed from 100755 to 100644
No preview for this file type
......@@ -6,9 +6,7 @@
# Author: thl-cmk[at]outlook[dot]com
# URL : https://thl-cmk.hopto.org
# Date : 2023-12-28
# File : fritzbox_smarthome.py (wato for check plugin)
#
# Based on the work of Maximilian Clemens, see https://github.com/MaximilianClemens/checkmk_fritzbox
# File : fritzbox_smarthome.py (WATO check plugin)
#
from cmk.gui.i18n import _
......@@ -109,7 +107,7 @@ rulespec_registry.register(
CheckParameterRulespecWithItem(
check_group_name="fritzbox_smarthome",
group=RulespecGroupCheckParametersApplications,
item_spec=TextAscii(title=_("Device")),
item_spec=lambda: TextAscii(title=_("Device-ID")),
match_type="dict",
parameter_valuespec=_parameter_valuespec_fritzbox_smarthome,
title=lambda: _('Settings for Fritz!Box Smarthome Devices')
......
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