From d34efb28635dc8612ad9ecbd75570d0ed552b57a Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Sun, 31 Dec 2023 10:42:02 +0000 Subject: [PATCH] Delete agent_fritzbox_smarthome --- agents/special/agent_fritzbox_smarthome | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 agents/special/agent_fritzbox_smarthome diff --git a/agents/special/agent_fritzbox_smarthome b/agents/special/agent_fritzbox_smarthome deleted file mode 100755 index 48c6312..0000000 --- a/agents/special/agent_fritzbox_smarthome +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env python3 -import sys - -from cmk.special_agents.agent_fritzbox_smarthome import main - -if __name__ == "__main__": - sys.exit(main()) -- GitLab