Hello,
I am in the process of getting zabbix installed, however I have hit some roadblocks and am having trouble proceeding. Basically I have followed the instructions from the following article pages 42 - 53 for the installation of server:
http://www.zabbix.com/downloads/ZABB...ual%20v1.6.pdf
At this point of the installation I am having troubles getting the zabbix_server processed started. I am seeing one process for zabbix_server but I think I need multiple processes running?
#ps -aux | grep zabbix_server
root 982 0.0 0.0 4012 660 pts/2 S+ 23:31 0:00 grep zabbix_server
This is the error that I am receiving when I try to start the process from /var/www/html/zabbix
#./zabbix_server restart
#(OUTPUT)
#Shutting down zabbix_server: [FAILED]
Starting zabbix_server: Usage: /opt/zabbix/bin/zabbix_server {start|stop|status|restart|help}
start - start zabbix_server
stop - stop zabbix_server
status - show current status of zabbix_server
restart - restart zabbix_server if running by sending a SIGHUP or start if not running
help - this screen
[FAILED]
Can anybody help me with any direction. Any help would be greatly appreciated.
Thanks,
I am in the process of getting zabbix installed, however I have hit some roadblocks and am having trouble proceeding. Basically I have followed the instructions from the following article pages 42 - 53 for the installation of server:
http://www.zabbix.com/downloads/ZABB...ual%20v1.6.pdf
At this point of the installation I am having troubles getting the zabbix_server processed started. I am seeing one process for zabbix_server but I think I need multiple processes running?
#ps -aux | grep zabbix_server
root 982 0.0 0.0 4012 660 pts/2 S+ 23:31 0:00 grep zabbix_server
This is the error that I am receiving when I try to start the process from /var/www/html/zabbix
#./zabbix_server restart
#(OUTPUT)
#Shutting down zabbix_server: [FAILED]
Starting zabbix_server: Usage: /opt/zabbix/bin/zabbix_server {start|stop|status|restart|help}
start - start zabbix_server
stop - stop zabbix_server
status - show current status of zabbix_server
restart - restart zabbix_server if running by sending a SIGHUP or start if not running
help - this screen
[FAILED]
Can anybody help me with any direction. Any help would be greatly appreciated.
Thanks,
Comment