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

update project

parent 302cc9e4
No related branches found
No related tags found
No related merge requests found
[PACKAGE]: ../../raw/master/mkp/fritzbox_smarthome-0.8.3-20231230.mkp "fritzbox_smarthome-0.8.3-20231230.mkp"
[PACKAGE]: ../../raw/master/mkp/fritzbox_smarthome-0.8.4-20231231.mkp "fritzbox_smarthome-0.8.4-20231231.mkp"
# AVM Fritz!Box Smarthome
This repository contains a additional check_MK Fritz!Box Agent which can gather informations over the AVM AHA HTTP Interface about SmartHome Devices connected to an Fritz!Box.
......
File added
......@@ -62,7 +62,7 @@ rulespec_registry.register(
group=RulespecGroupCheckParametersEnvironment,
item_spec=_item_spec_energy,
parameter_valuespec=_parameter_valuespec_energy,
title=lambda: TextInput(title=_("Electrical Energy (several phases)")),
title=lambda: _("Electrical Energy (several phases)"),
)
)
......@@ -73,4 +73,4 @@ rulespec_registry.register(
parameter_valuespec=_parameter_valuespec_energy,
title=lambda: _("Electrical Energy (single phase)"),
)
)
\ No newline at end of file
)
......@@ -75,6 +75,6 @@ rulespec_registry.register(
check_group_name="epower_single",
group=RulespecGroupCheckParametersEnvironment,
parameter_valuespec=_parameter_valuespec_epower,
title=lambda: TextInput(title=_("Electrical Power (single phase)")),
title=lambda: _("Electrical Power (single phase)"),
)
)
......@@ -92,6 +92,7 @@ rulespec_registry.register(
)
)
rulespec_registry.register(
CheckParameterRulespecWithItem(
check_group_name="fritzbox_smarthome_thermostat_multiple",
......
......@@ -49,7 +49,7 @@
'plugins/views/fritzbox_smarthome.py']},
'name': 'fritzbox_smarthome',
'title': 'Fritz!Box SmartHome',
'version': '0.8.3-20231230',
'version': '0.8.4-20231231',
'version.min_required': '2.2.0b1',
'version.packaged': '2.2.0p14',
'version.usable_until': None}
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