diff --git a/tests/scripts/test_monitoring.py b/tests/scripts/test_monitoring.py
index e0922dffcc6e021dbc2473c8c8125eb46b727e14..bc2d0eba7541bc592d5e442493d4c3433e03be66 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