From 5db38562181581100a6c0be738764ec92d16f122 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 9 Sep 2023 14:10:58 +0200 Subject: [PATCH] bundles/icinga2: remove obsolete check --- bundles/icinga2/metadata.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/bundles/icinga2/metadata.py b/bundles/icinga2/metadata.py index 1131129..f52f079 100644 --- a/bundles/icinga2/metadata.py +++ b/bundles/icinga2/metadata.py @@ -39,9 +39,6 @@ defaults = { 'check_interval': '30m', 'vars.notification.mail': True, }, - 'ICINGA STATUSMONITOR': { - 'command_on_monitored_host': '/usr/local/share/icinga/plugins/check_systemd_unit icinga_statusmonitor', - }, 'IDO-PGSQL': { 'check_command': 'ido', 'vars.ido_type': 'IdoPgsqlConnection',