Hello,
I'm new with Zabbix, I installed from packages, configured the zabbix_server.conf the way I wanted, started it, but when I went to the Zabbix Web interface it says it is not running, even hough systemctl says this:
● zabbix-server.service - Zabbix Server
Loaded: loaded (/usr/lib/systemd/system/zabbix-server.service; enabled; vendor preset: disabled)
Active: active (running) since Wed 2018-08-22 09:07:10 EDT; 47s ago
Process: 6024 ExecStop=/bin/kill -SIGTERM $MAINPID (code=exited, status=0/SUCCESS)
Process: 6027 ExecStart=/usr/sbin/zabbix_server -c $CONFFILE (code=exited, status=0/SUCCESS)
Main PID: 6030 (zabbix_server)
Tasks: 1
CGroup: /system.slice/zabbix-server.service
└─6030 /usr/sbin/zabbix_server -c /etc/zabbix/zabbix_server.conf
Aug 22 09:07:10 server systemd[1]: Starting Zabbix Server...
Aug 22 09:07:10 server systemd[1]: zabbix-server.service: Supervising process 6030 which is not our child. We'll most likely not notice when it exits.
Aug 22 09:07:10 server systemd[1]: Started Zabbix Server.
Any idea why Zabbix Web doesn't see it?
Thanks.
I'm new with Zabbix, I installed from packages, configured the zabbix_server.conf the way I wanted, started it, but when I went to the Zabbix Web interface it says it is not running, even hough systemctl says this:
● zabbix-server.service - Zabbix Server
Loaded: loaded (/usr/lib/systemd/system/zabbix-server.service; enabled; vendor preset: disabled)
Active: active (running) since Wed 2018-08-22 09:07:10 EDT; 47s ago
Process: 6024 ExecStop=/bin/kill -SIGTERM $MAINPID (code=exited, status=0/SUCCESS)
Process: 6027 ExecStart=/usr/sbin/zabbix_server -c $CONFFILE (code=exited, status=0/SUCCESS)
Main PID: 6030 (zabbix_server)
Tasks: 1
CGroup: /system.slice/zabbix-server.service
└─6030 /usr/sbin/zabbix_server -c /etc/zabbix/zabbix_server.conf
Aug 22 09:07:10 server systemd[1]: Starting Zabbix Server...
Aug 22 09:07:10 server systemd[1]: zabbix-server.service: Supervising process 6030 which is not our child. We'll most likely not notice when it exits.
Aug 22 09:07:10 server systemd[1]: Started Zabbix Server.
Any idea why Zabbix Web doesn't see it?
Thanks.
Comment