I have been following the instructions to install Zabbix 4.4 onCentOS 7 with MySQL.
I have gotten down to step f to start the server and agent.
In addition, I have been following Wim DeCorte's (from Soliant Consulting) white paper on how to configure from scratch.
he added steps to confirm the server is running.
I can tell its not because I get a failure when I run this command:
sudo systemctl status zabbix-server
and the failure is below:
[centos@ip-172-31-33-112 ~]$ sudo systemctl status -l zabbix-server.service
● zabbix-server.service - Zabbix Server
Loaded: loaded (/usr/lib/systemd/system/zabbix-server.service; enabled; vendor preset: disabled)
Active: activating (auto-restart) (Result: exit-code) since Mon 2020-04-06 19:00:42 UTC; 6s ago
Process: 5843 ExecStop=/bin/kill -SIGTERM $MAINPID (code=exited, status=1/FAILURE)
Process: 5840 ExecStart=/usr/sbin/zabbix_server -c $CONFFILE (code=exited, status=0/SUCCESS)
Main PID: 5842 (code=exited, status=1/FAILURE)
Apr 06 19:00:42 ip-172-31-33-112.ec2.internal systemd[1]: zabbix-server.service: control process exited, code=exited status=1
Apr 06 19:00:42 ip-172-31-33-112.ec2.internal systemd[1]: Unit zabbix-server.service entered failed state.
Apr 06 19:00:42 ip-172-31-33-112.ec2.internal systemd[1]: zabbix-server.service failed.
Any assistance would be greatly appreciated as Unix Command line is definitely not my first language.
THanks,
Mike
I have gotten down to step f to start the server and agent.
In addition, I have been following Wim DeCorte's (from Soliant Consulting) white paper on how to configure from scratch.
he added steps to confirm the server is running.
I can tell its not because I get a failure when I run this command:
sudo systemctl status zabbix-server
and the failure is below:
[centos@ip-172-31-33-112 ~]$ sudo systemctl status -l zabbix-server.service
● zabbix-server.service - Zabbix Server
Loaded: loaded (/usr/lib/systemd/system/zabbix-server.service; enabled; vendor preset: disabled)
Active: activating (auto-restart) (Result: exit-code) since Mon 2020-04-06 19:00:42 UTC; 6s ago
Process: 5843 ExecStop=/bin/kill -SIGTERM $MAINPID (code=exited, status=1/FAILURE)
Process: 5840 ExecStart=/usr/sbin/zabbix_server -c $CONFFILE (code=exited, status=0/SUCCESS)
Main PID: 5842 (code=exited, status=1/FAILURE)
Apr 06 19:00:42 ip-172-31-33-112.ec2.internal systemd[1]: zabbix-server.service: control process exited, code=exited status=1
Apr 06 19:00:42 ip-172-31-33-112.ec2.internal systemd[1]: Unit zabbix-server.service entered failed state.
Apr 06 19:00:42 ip-172-31-33-112.ec2.internal systemd[1]: zabbix-server.service failed.
Any assistance would be greatly appreciated as Unix Command line is definitely not my first language.
THanks,
Mike
Comment