cleaned and improved monitor-rt3.init
[monitor.git] / zabbix / monitor-zabbix.init
index 185f767..0145e4e 100644 (file)
@@ -139,6 +139,11 @@ EOF
        fi
 }
 
+if [ "$PLC_ZABBIX_ENABLED" != "1" ] ; then
+    exit 0
+fi
+
+
 case "$1" in
        start)
                MESSAGE=$"Bootstrap Zabbix (please wait...)"