I upgraded Debian from Wheezy to Jessie. This left me with Zabbix not working. It seemed like the zabbix-server-pgsql and zabbix-frontend-php packages weren't even installed.
So I used wget to pull down zabbix-release_3.0-2+jessie_all.deb (can't find the instructions for that at the moment to point out) and then installed the two packages. Still not working... http://zabbix2/ shows a generic Apache directory listing page, but http://zabbix2/zabbix gives me a 404. zabbix2 is my Zabbix server's hostname, BTW.
/var/log/zabbix/zabbix_server.log shows hosts coming up/down, other activity as expected.
/var/log/apache2/error.log just shows a few lines from when I have rebooted.
Where can I look to figure out why this is failing?
So I used wget to pull down zabbix-release_3.0-2+jessie_all.deb (can't find the instructions for that at the moment to point out) and then installed the two packages. Still not working... http://zabbix2/ shows a generic Apache directory listing page, but http://zabbix2/zabbix gives me a 404. zabbix2 is my Zabbix server's hostname, BTW.
/var/log/zabbix/zabbix_server.log shows hosts coming up/down, other activity as expected.
/var/log/apache2/error.log just shows a few lines from when I have rebooted.
Where can I look to figure out why this is failing?
Comment