Hai,
Please somebody could help me?
I have problem with my Zabbix Monitoring is that the zabbix server status is not running and show notification "zabbix server is not running the information may not be current" on the web display.
This is the 3rd time happen to my zabbix. On the previous I must drop and re-ccreate the database to fix it, but it is really unfavorable due to have to setup all all the host and map configuration from the begining.
The zabbix server status show "Activating" not active. But if I stop the MySQL, zabbix server status will show running.
Below is the output of,
root@delame:/home/delame# systemctl status zabbix-server
● zabbix-server.service - Zabbix Server
Loaded: loaded (/lib/systemd/system/zabbix-server.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Mon 2019-07-29 18:33:21 WIB; 1s ago
Process: 6458 ExecStop=/bin/kill -SIGTERM $MAINPID (code=exited, status=1/FAILURE)
Process: 2624 ExecStart=/usr/sbin/zabbix_server -c $CONFFILE (code=exited, status=0/SUCCESS)
Main PID: 2626 (code=exited, status=1/FAILURE)
root@delame:/home/delame# ps ax | grep zabbix
1105 ? S 0:00 /usr/sbin/zabbix_agentd -c /etc/zabbix/zabbix_agentd.conf
1106 ? S 0:48 /usr/sbin/zabbix_agentd: collector [idle 1 sec]
1107 ? S 0:01 /usr/sbin/zabbix_agentd: listener #1 [waiting for connection]
1108 ? S 0:01 /usr/sbin/zabbix_agentd: listener #2 [waiting for connection]
1109 ? S 0:01 /usr/sbin/zabbix_agentd: listener #3 [waiting for connection]
1110 ? S 0:10 /usr/sbin/zabbix_agentd: active checks #1 [idle 1 sec]
2700 pts/1 R+ 0:00 grep --color=auto zabbix
And below is the output when I stop MySQL and check the zabbix-server status :
root@delame:/home/delame# systemctl status zabbix-server
● zabbix-server.service - Zabbix Server
Loaded: loaded (/lib/systemd/system/zabbix-server.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2019-07-29 18:38:15 WIB; 15s ago
Process: 6458 ExecStop=/bin/kill -SIGTERM $MAINPID (code=exited, status=1/FAILURE)
Process: 2729 ExecStart=/usr/sbin/zabbix_server -c $CONFFILE (code=exited, status=0/SUCCESS)
Main PID: 2731 (zabbix_server)
Tasks: 1 (limit: 4399)
CGroup: /system.slice/zabbix-server.service
└─2731 /usr/sbin/zabbix_server -c /etc/zabbix/zabbix_server.conf
Jul 29 18:38:15 delame systemd[1]: Starting Zabbix Server...
Jul 29 18:38:15 delame systemd[1]: zabbix-server.service: Supervising process 2731 which is not our child. We'll most likely not notice when i
Jul 29 18:38:15 delame systemd[1]: Started Zabbix Server.
please any good body i need your help on how to fix this problem
Please somebody could help me?
I have problem with my Zabbix Monitoring is that the zabbix server status is not running and show notification "zabbix server is not running the information may not be current" on the web display.
This is the 3rd time happen to my zabbix. On the previous I must drop and re-ccreate the database to fix it, but it is really unfavorable due to have to setup all all the host and map configuration from the begining.
The zabbix server status show "Activating" not active. But if I stop the MySQL, zabbix server status will show running.
Below is the output of,
root@delame:/home/delame# systemctl status zabbix-server
● zabbix-server.service - Zabbix Server
Loaded: loaded (/lib/systemd/system/zabbix-server.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Mon 2019-07-29 18:33:21 WIB; 1s ago
Process: 6458 ExecStop=/bin/kill -SIGTERM $MAINPID (code=exited, status=1/FAILURE)
Process: 2624 ExecStart=/usr/sbin/zabbix_server -c $CONFFILE (code=exited, status=0/SUCCESS)
Main PID: 2626 (code=exited, status=1/FAILURE)
root@delame:/home/delame# ps ax | grep zabbix
1105 ? S 0:00 /usr/sbin/zabbix_agentd -c /etc/zabbix/zabbix_agentd.conf
1106 ? S 0:48 /usr/sbin/zabbix_agentd: collector [idle 1 sec]
1107 ? S 0:01 /usr/sbin/zabbix_agentd: listener #1 [waiting for connection]
1108 ? S 0:01 /usr/sbin/zabbix_agentd: listener #2 [waiting for connection]
1109 ? S 0:01 /usr/sbin/zabbix_agentd: listener #3 [waiting for connection]
1110 ? S 0:10 /usr/sbin/zabbix_agentd: active checks #1 [idle 1 sec]
2700 pts/1 R+ 0:00 grep --color=auto zabbix
And below is the output when I stop MySQL and check the zabbix-server status :
root@delame:/home/delame# systemctl status zabbix-server
● zabbix-server.service - Zabbix Server
Loaded: loaded (/lib/systemd/system/zabbix-server.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2019-07-29 18:38:15 WIB; 15s ago
Process: 6458 ExecStop=/bin/kill -SIGTERM $MAINPID (code=exited, status=1/FAILURE)
Process: 2729 ExecStart=/usr/sbin/zabbix_server -c $CONFFILE (code=exited, status=0/SUCCESS)
Main PID: 2731 (zabbix_server)
Tasks: 1 (limit: 4399)
CGroup: /system.slice/zabbix-server.service
└─2731 /usr/sbin/zabbix_server -c /etc/zabbix/zabbix_server.conf
Jul 29 18:38:15 delame systemd[1]: Starting Zabbix Server...
Jul 29 18:38:15 delame systemd[1]: zabbix-server.service: Supervising process 2731 which is not our child. We'll most likely not notice when i
Jul 29 18:38:15 delame systemd[1]: Started Zabbix Server.
please any good body i need your help on how to fix this problem

Comment