Hi to all!
I have been having problems with Ubuntu and Zabbix.
At the morning we are getting an error on frontend telling us that database not found. After investigation I noticed that Ubuntu had been doing the daily update and upgrade but it hangs when restarting the services, including mariadb and zabbix-server. After investigation I noticed that zabbix-server service didn't stop if mariadb was stopped, I think zabbix-server service wait for mariadb stop but if mariadb is stopped the zabbix-server is waiting for ever.
Ok, I stoped zabbix-server service and then update and upgrade all packages.
All seems be ok but I have a message on zabbix UI: "Zabbix serrver is not running: the information displayed may not be current" ...
Looking at logs seems that zabbix-server ends by self, the service is active but exited and I can see at log a message that says to recive a SIGKILL message.
What could be happening?
I have been having problems with Ubuntu and Zabbix.
At the morning we are getting an error on frontend telling us that database not found. After investigation I noticed that Ubuntu had been doing the daily update and upgrade but it hangs when restarting the services, including mariadb and zabbix-server. After investigation I noticed that zabbix-server service didn't stop if mariadb was stopped, I think zabbix-server service wait for mariadb stop but if mariadb is stopped the zabbix-server is waiting for ever.
Ok, I stoped zabbix-server service and then update and upgrade all packages.
All seems be ok but I have a message on zabbix UI: "Zabbix serrver is not running: the information displayed may not be current" ...
Looking at logs seems that zabbix-server ends by self, the service is active but exited and I can see at log a message that says to recive a SIGKILL message.
Code:
administrador@SZabbix:~$ sudo systemctl status zabbix-server
[sudo] password for administrador:
● zabbix-server.service - LSB: Start zabbix-server daemon
Loaded: loaded (/etc/init.d/zabbix-server; generated)
Active: active (exited) since Tue 2024-04-16 15:03:28 UTC; 2min 23s ago
Docs: man:systemd-sysv-generator(8)
Process: 1264 ExecStart=/etc/init.d/zabbix-server start (code=exited, status=0/SUCCESS)
CPU: 6ms
abr 16 15:03:28 SZabbix systemd[1]: Starting zabbix-server.service - LSB: Start zabbix-server daemon...
abr 16 15:03:28 SZabbix systemd[1]: Started zabbix-server.service - LSB: Start zabbix-server daemon.
administrador@SZabbix:~$
What could be happening?
Comment