i installed zabbix with
on my ubuntu machine, it works
when is reboot my system the bootlog says it has been startet when i do a
there is nothing
i try to start it manualy and got no errors but nothing is startet when i check my processes again
so i created a directory for my pid files (server and agent) with
then i chown that to my zabbix user and zabbix starts
now i reboot again and this directorys are gone how can it be?
does i have to change those dirs to some home directory or do those steps in my init script?
does anybody got a less dirty solution?
why are those directorys not automatically created and kept with the installation?
Code:
apt-get install zabbix-server-mysql zabbix-frontend-php zabbix-agent
when is reboot my system the bootlog says it has been startet when i do a
Code:
ps aux | grep zabbix
i try to start it manualy and got no errors but nothing is startet when i check my processes again
so i created a directory for my pid files (server and agent) with
Code:
mkdir /var/run/zabbix-agent mkdir /var/run/zabbix-server
now i reboot again and this directorys are gone how can it be?
does i have to change those dirs to some home directory or do those steps in my init script?
does anybody got a less dirty solution?
why are those directorys not automatically created and kept with the installation?
Comment