From e7dce1c36b64f8299eaebc1818ce3a74d8a054a2 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Thu, 20 May 2021 18:24:35 +0200 Subject: [PATCH] nodes/rx300: monitoring --- nodes/rx300.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/rx300.py b/nodes/rx300.py index c7ca470..7480834 100644 --- a/nodes/rx300.py +++ b/nodes/rx300.py @@ -27,7 +27,7 @@ nodes['rx300'] = { }, 'icinga_options': { # TODO remove once this is no longer at home - 'exclude_from_monitoring': True, + 'vars.notification.sms': False, }, 'backups': { 'exclude_from_backups': True,