I'm not experienced Zabbixer, and usually relay on everything just works, but if no, then I'm bit lost where to to start.
Issue here with some of my hosts. Actually I have got not a new OpenMediaVault servers one is virtual one on hardware but I don't a case I think. I think they used to be ok when I have previous Zabbix installation 6.4. Then I have braked it. so eventually I have migrated to Zabbix 7 as a official docker compose. It maybe this as it still in Alpha?
So one of the hosts I have mentioned have no disk
Code:
are@omv:~$ sudo uname -a Linux omv 5.10.0-0.bpo.5-amd64 #1 SMP Debian 5.10.24-1~bpo10+1 (2021-03-29) x86_64 GNU/Linux
Code:
are@omv:~$ sudo df -h | grep /dev/ /dev/sdc1 28G 14G 13G 51% / tmpfs 3.9G 0 3.9G 0% /dev/shm /dev/sdb1 36G 4.0G 32G 12% /srv/Containers /dev/sda1 4.9T 3.7T 1.2T 77% /srv/dev-disk-by-label-RAID5TB
Code:
are@omv:~$ sudo apt search zabbix-agent Full Text Search... Done zabbix-agent/oldoldstable,now 1:4.0.4+dfsg-1+deb10u3 amd64 [installed] network monitoring solution - agent
Actually it does spit it as a error in the logs
Code:
are@omv:~$ sudo tail -n 15 /var/log/zabbix-agent/zabbix_agentd.log 6748:20240107:194956.724 Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... 6744:20240107:194956.745 Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... 6744:20240107:194956.790 Zabbix Agent stopped. Zabbix 4.0.4 (revision 89349). 10290:20240107:194956.858 Starting Zabbix Agent [omv]. Zabbix 4.0.4 (revision 89349). 10290:20240107:194956.858 **** Enabled features **** 10290:20240107:194956.858 IPv6 support: YES 10290:20240107:194956.858 TLS support: YES 10290:20240107:194956.858 ************************** 10290:20240107:194956.858 using configuration file: /etc/zabbix/zabbix_agentd.conf 10290:20240107:194956.859 agent #0 started [main process] 10293:20240107:194956.865 agent #3 started[listener #2] 10294:20240107:194956.865 agent #4 started[listener #3] 10291:20240107:194956.867 agent #1 started [collector] 10292:20240107:194956.868 agent #2 started[listener #1] 10295:20240107:194956.868 agent #5 started [active checks #1]
What could be an issue? Agent too old as it in bit outdated repo?
Another host actually slightly better looking has something related with storage
Code:
are@backupnas:/$ sudo uname -a Linux backupnas 5.10.0-0.deb10.16-amd64 #1 SMP Debian 5.10.127-2~bpo10+1 (2022-07-28) x86_64 GNU/Linux
Code:
are@backupnas:/$ sudo apt search zabbix-agent Full Text Search... Done zabbix-agent/oldoldstable,now 1:4.0.4+dfsg-1+deb10u3 amd64 [installed] network monitoring solution - agent
Code:
are@backupnas:/$ df -h | grep /dev udev 1.9G 0 1.9G 0% /dev /dev/sda1 216G 5.9G 199G 3% / tmpfs 1.9G 0 1.9G 0% /dev/shm /dev/md127 5.5T 2.9T 2.6T 53% /srv/dev-disk-by-label-bucket
Problem with this only that it doesn't have the RAID disk "/dev/md127 5.5T" discovered in items, which is the most important piece for this host.
Any suggestions?
Comment