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

update project

parent f00130ca
No related branches found
No related tags found
No related merge requests found
[PACKAGE]: ../../raw/master/mkp/fritzbox_smarthome-0.9.0-20240225.mkp "fritzbox_smarthome-0.9.0-20240225.mkp"
[PACKAGE]: ../../raw/master/mkp/fritzbox_smarthome-0.9.1-20240617.mkp "fritzbox_smarthome-0.9.1-20240617.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
......@@ -8,14 +8,16 @@
# Date : 2023-12-28
# File : fritzbox_smarthome_temperature.py (check plugin)
#
#
# 2024-06-17: modified import for CMK 2.3
from typing import Dict
from cmk.base.plugins.agent_based.agent_based_api.v1 import Result, Service, State, register
from cmk.base.plugins.agent_based.agent_based_api.v1.type_defs import CheckResult, DiscoveryResult
from cmk.base.plugins.agent_based.utils.temperature import check_temperature, _render_temp_with_unit
from cmk.base.plugins.agent_based.utils.fritzbox_smarthome import AvmSmartHomeDevice
from cmk.base.plugins.agent_based.utils.temperature import check_temperature
from cmk.plugins.lib.temperature import _render_temp_with_unit
def discovery_fritzbox_smarthome_temperature_single(
......
......@@ -10,7 +10,8 @@
#
# Based on the work of Maximilian Clemens, see https://github.com/MaximilianClemens/checkmk_fritzbox
#
#
# 2024-06-17: modified import for CMK 2.3
from dataclasses import dataclass
from typing import Any, Dict, Final, List
......@@ -18,7 +19,7 @@ from os import environ
from pathlib import Path
from json import loads, dumps
from cmk.checkers import plugin_contexts
from cmk.base.checkers import plugin_contexts
@dataclass(frozen=True)
......
......@@ -55,7 +55,7 @@
'plugins/views/fritzbox_smarthome.py']},
'name': 'fritzbox_smarthome',
'title': 'Fritz!Box SmartHome',
'version': '0.9.0-20240225',
'version.min_required': '2.2.0b1',
'version.packaged': '2.2.0p24',
'version.usable_until': '2.3.0b1'}
'version': '0.9.1-20240617',
'version.min_required': '2.3.0b1',
'version.packaged': 'cmk-mkp-tool 0.2.0',
'version.usable_until': '2.4.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