Hello all,
I have a clean installation of zabbix 1.5 (unstable) on a Debian 2.6.18-5-686 (running on VMWare).
The installation went well but zabbix-server refuses to start. When I access the frontend interface, the Dashboard clearly shows that zabbix server is not running and there are no new entries on the Latest Data page.
When I run /etc/init.d/zabbix-server start nothing happens, it doesn't hang or show an error msg. but when I run ps –ax|more there’s no zabbix-server running.
I've searched for the zabbix_server.log, but it's not in the usual /tmp folder or anywhere else.
Something must be configured wrong somewhere:
On /etc/init.d/zabbix-server I only updated the DBPassword=****** with my MySQL password.
And I unquouted both lines:
DBHost=localhost
DBSocket=/tmp/mysql.sock
While on /etc/init.d/zabbix-server I changed:
DAEMON/home/zabbix/bin ${NAME} to DAEMON=/usr/local/bin/${NAME}
Any help would be much appreciated,
THANKS
I have a clean installation of zabbix 1.5 (unstable) on a Debian 2.6.18-5-686 (running on VMWare).
The installation went well but zabbix-server refuses to start. When I access the frontend interface, the Dashboard clearly shows that zabbix server is not running and there are no new entries on the Latest Data page.
When I run /etc/init.d/zabbix-server start nothing happens, it doesn't hang or show an error msg. but when I run ps –ax|more there’s no zabbix-server running.
I've searched for the zabbix_server.log, but it's not in the usual /tmp folder or anywhere else.
Something must be configured wrong somewhere:
On /etc/init.d/zabbix-server I only updated the DBPassword=****** with my MySQL password.
And I unquouted both lines:
DBHost=localhost
DBSocket=/tmp/mysql.sock
While on /etc/init.d/zabbix-server I changed:
DAEMON/home/zabbix/bin ${NAME} to DAEMON=/usr/local/bin/${NAME}
Any help would be much appreciated,
THANKS