I installed zabbix 1.8.2(sourcecode compile for install)on CentOS.
zabbix_server and zabbix_agentd can start and work.
But I want add zabbix_server and zabbix into system service list.I can use chkconfig to control zabbix's service,then.
I run:
# cd /usr/local/zabbix/sbin
# ls
total 2416
-rwxr-xr-x 1 root root 406381 Jul 4 17:14 zabbix_agent
-rwxr-xr-x 1 root root 480931 Jul 4 17:14 zabbix_agentd
-rwxr-xr-x 1 root root 1566291 Jul 4 17:14 zabbix_server
# chkconfig --add zabbix_server
error reading information on service zabbix_server: No such file or directory.
How can I to do?Wait for your help,thank you!
zabbix_server and zabbix_agentd can start and work.
But I want add zabbix_server and zabbix into system service list.I can use chkconfig to control zabbix's service,then.
I run:
# cd /usr/local/zabbix/sbin
# ls
total 2416
-rwxr-xr-x 1 root root 406381 Jul 4 17:14 zabbix_agent
-rwxr-xr-x 1 root root 480931 Jul 4 17:14 zabbix_agentd
-rwxr-xr-x 1 root root 1566291 Jul 4 17:14 zabbix_server
# chkconfig --add zabbix_server
error reading information on service zabbix_server: No such file or directory.
How can I to do?Wait for your help,thank you!




Comment