I'm running zabbix on Ubuntu Jaunty. It was running fine, then we did a server restart, and now it doesn't appear to be running. The web front end is still running, and when I run '/etc/init.d/zabbix-server start', I get no errors. But then if I run 'ps -e' the zabbix-server process does not show up. Any help that anyone can provide would be greatly appreciated. Thanks.
Ad Widget
Collapse
zabbix-server not showing in ps
Collapse
X
-
"The web front end is still running" well you now know the problem is not in your Apache.
Hint: Is your DB up and running?
If you restart the server you have to tell things when to wake up.
Either manually, or setting them up to auto start.
In Ubuntu as I recall involves using
/etc/init.d/scripts and /etc/rc2.d/
Or using update-rc.d to automate the addComment
-
Sorry, I'm using RHEL and Fedora installations,
don't have any debian-based install.
There are countless tutorials installing it over Ubuntu,
if you check them you'll probably see something's amiss in your configuration.Comment
Comment