Hi all,
I have a Linux Debian 8 machine and I have Zabbix 3.4.10 installed on this Linux Machine.
Zabbix runned without issue, but now I noted today that this Zabbix is not running.
In the main page
The service status is:
Inside /etc/services there are properly TCP and UDP ports configured:
I do not have particular issue in log zabbix file. I have many of these message
What can I do to fix it?
I have a Linux Debian 8 machine and I have Zabbix 3.4.10 installed on this Linux Machine.
Zabbix runned without issue, but now I noted today that this Zabbix is not running.
In the main page
- Zabbix server is running value is NO
- In the bottom of the page there is the warning/error message Zabbix Server is not running: the information displayed may not be current
The service status is:
Code:
root@xxxxxx:~# service zabbix-server status â— zabbix-server.service - LSB: Start zabbix-server daemon Loaded: loaded (/etc/init.d/zabbix-server; generated) Active: active (exited) since Tue 2021-06-15 12:55:32 CEST; 16min ago Docs: man:systemd-sysv-generator(8) Process: 1709 ExecStart=/etc/init.d/zabbix-server start (code=exited, status=0/SUCCESS) giu 15 12:55:32 networkguard systemd[1]: Starting LSB: Start zabbix-server daemon... giu 15 12:55:32 networkguard systemd[1]: Started LSB: Start zabbix-server daemon.
Inside /etc/services there are properly TCP and UDP ports configured:
Code:
zabbix-agent 10050/tcp # Zabbix Agent zabbix-agent 10050/udp zabbix-trapper 10051/tcp # Zabbix Trapper zabbix-trapper 10051/udp
Code:
1496929:20210615:131112.154 enabling Zabbix agent checks on host "Zabbix server": host became available 1496889:20210615:131125.140 Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reaso n:0]. Exiting ... 1496889:20210615:131127.150 syncing history data... 1496889:20210615:131127.150 syncing history data done 1496889:20210615:131127.150 syncing trend data... 1496889:20210615:131127.332 syncing trend data done 1496889:20210615:131127.333 Zabbix Server stopped. Zabbix 3.4.10 (revision 81503). (END)
Comment