X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=zabbix%2Fmonitor-zabbix.init;h=0145e4e91310f76b4c6a4b2faff86b3d7eabaf32;hb=19364119e73cf16f5e489703443bc3d8ce9dfd95;hp=185f7671102bc7c7686a3bcad7a5ccc3f0bc30ac;hpb=63a6fc543039abc801829f3c94588489f74757cd;p=monitor.git diff --git a/zabbix/monitor-zabbix.init b/zabbix/monitor-zabbix.init index 185f767..0145e4e 100644 --- a/zabbix/monitor-zabbix.init +++ b/zabbix/monitor-zabbix.init @@ -139,6 +139,11 @@ EOF fi } +if [ "$PLC_ZABBIX_ENABLED" != "1" ] ; then + exit 0 +fi + + case "$1" in start) MESSAGE=$"Bootstrap Zabbix (please wait...)"