3 # Source function library.
7 # Check that networking is up.
8 if ck_daemon network
; then
9 echo "Cannot run zabbix-server without network - run network first"
15 stat_busy
"Starting zabbix-proxy"
16 /usr
/sbin
/zabbix_server
&>/dev
/null
20 add_daemon zabbix_proxy
26 stat_busy
"Stopping zabbix-proxy"
31 rm_daemon zabbix_proxy
36 # See how we were called.
49 echo $
"Usage: zabbix-proxy {start|stop|restart}"