Hello all,
First off just wanted to say my linux is very rusty and I am brand new to Zabbix. I liked what I read and saw so I decided to install Ubuntu server 17.10 and then I started to install Zabbix 3.4 but that wasn't working so I went with 3.2.
I am at the part of starting Apache and the Zabbis server service but the service is failing.
This is what I see:
root@Zabbix:/etc/zabbix# ll
total 88
drwxr-xr-x 4 root root 4096 Oct 29 18:00 ./
drwxr-xr-x 136 root root 12288 Oct 29 16:52 ../
-rw-r--r-- 1 root root 1585 Oct 29 17:24 apache.conf
drwxr-xr-x 2 www-data root 4096 Oct 18 16:31 web/
-rw-r--r-- 1 root root 10347 Oct 18 16:31 zabbix_agentd.conf
drwxr-xr-x 2 root root 4096 Oct 29 17:00 zabbix_agentd.d/
-rw-r--r-- 1 root root 14916 Oct 29 17:55 zabbix_server.conf
-rw-r--r-- 1 root root 14890 Oct 18 16:31 zabbix_server.conf.dpkg-dist
-rw-r--r-- 1 root root 16384 Oct 29 18:00 .zabbix_server.conf.swp
root@Zabbix:/etc/zabbix# systemctl status zabbix-server.service
● zabbix-server.service - Zabbix Server
Loaded: loaded (/lib/systemd/system/zabbix-server.service; disabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Sun 2017-10-29 18:13:28 MST; 937ms ago
Process: 5302 ExecStart=/usr/sbin/zabbix_server -c $CONFFILE (code=exited, status=1/FAILURE)
CPU: 17ms
Oct 29 18:13:28 Zabbix systemd[1]: zabbix-server.service: Control process exited, code=exited status=1
Oct 29 18:13:28 Zabbix systemd[1]: Failed to start Zabbix Server.
Oct 29 18:13:28 Zabbix systemd[1]: zabbix-server.service: Unit entered failed state.
Oct 29 18:13:28 Zabbix systemd[1]: zabbix-server.service: Failed with result 'exit-code'.
root@Zabbix:/etc/zabbix#
First off just wanted to say my linux is very rusty and I am brand new to Zabbix. I liked what I read and saw so I decided to install Ubuntu server 17.10 and then I started to install Zabbix 3.4 but that wasn't working so I went with 3.2.
I am at the part of starting Apache and the Zabbis server service but the service is failing.
This is what I see:
root@Zabbix:/etc/zabbix# ll
total 88
drwxr-xr-x 4 root root 4096 Oct 29 18:00 ./
drwxr-xr-x 136 root root 12288 Oct 29 16:52 ../
-rw-r--r-- 1 root root 1585 Oct 29 17:24 apache.conf
drwxr-xr-x 2 www-data root 4096 Oct 18 16:31 web/
-rw-r--r-- 1 root root 10347 Oct 18 16:31 zabbix_agentd.conf
drwxr-xr-x 2 root root 4096 Oct 29 17:00 zabbix_agentd.d/
-rw-r--r-- 1 root root 14916 Oct 29 17:55 zabbix_server.conf
-rw-r--r-- 1 root root 14890 Oct 18 16:31 zabbix_server.conf.dpkg-dist
-rw-r--r-- 1 root root 16384 Oct 29 18:00 .zabbix_server.conf.swp
root@Zabbix:/etc/zabbix# systemctl status zabbix-server.service
● zabbix-server.service - Zabbix Server
Loaded: loaded (/lib/systemd/system/zabbix-server.service; disabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Sun 2017-10-29 18:13:28 MST; 937ms ago
Process: 5302 ExecStart=/usr/sbin/zabbix_server -c $CONFFILE (code=exited, status=1/FAILURE)
CPU: 17ms
Oct 29 18:13:28 Zabbix systemd[1]: zabbix-server.service: Control process exited, code=exited status=1
Oct 29 18:13:28 Zabbix systemd[1]: Failed to start Zabbix Server.
Oct 29 18:13:28 Zabbix systemd[1]: zabbix-server.service: Unit entered failed state.
Oct 29 18:13:28 Zabbix systemd[1]: zabbix-server.service: Failed with result 'exit-code'.
root@Zabbix:/etc/zabbix#
Comment