From ee7450e98f6f4c80fcc4276adadb402b6744f6bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu> Date: Tue, 13 Oct 2020 17:27:10 +0200 Subject: [PATCH] Added success log in Munin test | refs #32915 --- tests/scripts/test_monitoring.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/scripts/test_monitoring.py b/tests/scripts/test_monitoring.py index e0922dff..bc2d0eba 100755 --- a/tests/scripts/test_monitoring.py +++ b/tests/scripts/test_monitoring.py @@ -44,6 +44,8 @@ def check_munin_node(): lg.log('''To enable/disable correct plugins, please run this command: munin-node-configure --shell --remove-also 2>/dev/null | sh; systemctl restart munin 2>/dev/null; systemctl restart munin-node; ''') + else: + lg.success('The plugins list is correct.') return 0 -- GitLab