I am very new to unix (specifically Ubuntu 13.10 saucy) , so this may be more unix ignorance than zabbix ignorance, but apologies in either case...
I installed Ubuntu server, what I hope are all the prerequisites, and then built zabbix 2.2.1 from sources, following the guidance in the manual.
To my delight it came up and ran with only a few quirks.
One has me stumped -- it doesn't start on reboot. I'd like to learn how to correct this properly, not just hack it.
If I do this:
sudo find / -name "*zabbix_server*"
other than in my personal directories with the source, the only thing that comes up are these:
/usr/local/share/man/man8/zabbix_server.8
/usr/local/etc/zabbix_server.conf
/usr/local/etc/zabbix_server.conf.d
/usr/local/sbin/zabbix_server
/tmp/zabbix_server.log
/tmp/zabbix_server.pid
I think there's supposed to be entries in /etc/default and/or /etc/rc*, specifically a S*zabbix_server file in one of the rc*.d directories. I see lots of hints that you need to edit those files, but I don't have a copy of them to start with. I also downloaded the package and didn't see it in the contents there either (at least not in the right name). I downloaded an appliance VM and looked there, but it's very different from Ubuntu, apparently.
I can't believe I got all the harder stuff working - even postfix talking to Office 365. But I can't get it to auto-start.
Any basic pointers? I'm more than happy to read and search if someone can give me a starting point.
Again, this is a fresh build from source 2.2.1 on the newer saucy, not a package install.
I installed Ubuntu server, what I hope are all the prerequisites, and then built zabbix 2.2.1 from sources, following the guidance in the manual.
To my delight it came up and ran with only a few quirks.
One has me stumped -- it doesn't start on reboot. I'd like to learn how to correct this properly, not just hack it.
If I do this:
sudo find / -name "*zabbix_server*"
other than in my personal directories with the source, the only thing that comes up are these:
/usr/local/share/man/man8/zabbix_server.8
/usr/local/etc/zabbix_server.conf
/usr/local/etc/zabbix_server.conf.d
/usr/local/sbin/zabbix_server
/tmp/zabbix_server.log
/tmp/zabbix_server.pid
I think there's supposed to be entries in /etc/default and/or /etc/rc*, specifically a S*zabbix_server file in one of the rc*.d directories. I see lots of hints that you need to edit those files, but I don't have a copy of them to start with. I also downloaded the package and didn't see it in the contents there either (at least not in the right name). I downloaded an appliance VM and looked there, but it's very different from Ubuntu, apparently.
I can't believe I got all the harder stuff working - even postfix talking to Office 365. But I can't get it to auto-start.

Any basic pointers? I'm more than happy to read and search if someone can give me a starting point.
Again, this is a fresh build from source 2.2.1 on the newer saucy, not a package install.
Comment