From 0fb70aba7681ade48137e856be001b88f7634b50 Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Sun, 31 Dec 2023 10:43:23 +0000 Subject: [PATCH] Delete fritzbox_smarthome --- packages/fritzbox_smarthome | 50 ------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 packages/fritzbox_smarthome diff --git a/packages/fritzbox_smarthome b/packages/fritzbox_smarthome deleted file mode 100644 index b33abeb..0000000 --- a/packages/fritzbox_smarthome +++ /dev/null @@ -1,50 +0,0 @@ -{'author': 'Th.L. (thl-cmk[at]outlook[dot]com)', - 'description': 'Agent and check for fritzbox smart home\n' - '\n' - 'Based on the work of Maximilian Clemens, see ' - 'https://github.com/MaximilianClemens/checkmk_fritzbox\n' - '\n' - 'Modified for use with CMK 2.2.0x by ' - 'thl-cmk[at]outlook[dot]com\n' - '\n' - '- Agent returns the complete XML as json\n' - '- Agent can now use the password store from CMK\n' - '- Agent defaults changed to HTTPS on port 443\n' - '\n' - '- rewritten parse function of the check\n' - '- rewritten discover function of the agent\n' - '- rewritten the Thermostat section of the check plugin\n' - "- other sensors don't work YET\n" - '\n' - '....\n' - '\n', - 'download_url': 'https://github.com/MaximilianClemens/checkmk_fritzbox', - 'files': {'agent_based': ['fritzbox_smarthome.py', - 'fritzbox_smarthome_power_meter.py', - 'fritzbox_smarthome_temperature.py', - 'fritzbox_smarthome_thermostat.py', - 'inv_fritzbox_smarthome.py', - 'utils/fritzbox_smarthome.py', - 'fritzbox_smarthome_battery.py', - 'fritzbox_smarthome_app_lock.py', - 'fritzbox_smarthome_device_lock.py', - 'fritzbox_smarthome_power_socket.py', - 'fritzbox_smarthome_switch.py'], - 'agents': ['special/agent_fritzbox_smarthome'], - 'checkman': ['fritzbox_smarthome'], - 'checks': ['agent_fritzbox_smarthome'], - 'gui': ['wato/check_parameters/electrical_energy.py', - 'wato/check_parameters/epower.py', - 'wato/check_parameters/fritzbox_smarthome.py', - 'metrics/fritzbox_smarthome.py', - 'wato/check_parameters/temperature_single.py', - 'wato/check_parameters/voltage_single.py'], - 'lib': ['python3/cmk/special_agents/agent_fritzbox_smarthome.py'], - 'web': ['plugins/wato/agent_fritzbox_smarthome.py', - 'plugins/views/fritzbox_smarthome.py']}, - 'name': 'fritzbox_smarthome', - 'title': 'Fritz!Box SmartHome', - 'version': '0.8.3-20231230', - 'version.min_required': '2.2.0b1', - 'version.packaged': '2.2.0p14', - 'version.usable_until': None} -- GitLab