Ad Widget

Collapse

Storage items discovery issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cisk
    Junior Member
    • Oct 2023
    • 9

    #1

    Storage items discovery issue

    Click image for larger version

Name:	Screenshot_20240107_191736.png
Views:	548
Size:	59.8 KB
ID:	476681 ​Hi,

    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​
    Click image for larger version

Name:	Screenshot_20240107_194845.png
Views:	428
Size:	152.5 KB
ID:	476682

    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?
  • cisk
    Junior Member
    • Oct 2023
    • 9

    #2
    Ok I have it sorted with:
    Code:
    wget https://repo.zabbix.com/zabbix/6.5/debian/pool/main/z/zabbix-release/zabbix-release_6.5-1+debian10_all.deb
    dpkg -i zabbix-release_6.5-1+debian10_all.deb
    apt-get update
    apt-get upgrade
    sudo apt reboot now​
    Obviously this is for Debian 10

    I have fallowed this repo installation manual https://www.zabbix.com/documentation...y_installation
    only I have chosen the right deb from here https://repo.zabbix.com/zabbix/6.5/d...abbix-release/

    Code:
    are@backupnas:/tmp$ sudo tail -n 20 /var/log/zabbix/zabbix_agentd.log
    16020:20240107:224838.789 agent #0 started [main process]
    16021:20240107:224838.790 agent #1 started [collector]
    16022:20240107:224838.791 agent #2 started[listener #1]
    16023:20240107:224838.792 agent #3 started[listener #2]
    16024:20240107:224838.792 agent #4 started[listener #3]
    16025:20240107:224838.793 agent #5 started [active checks #1]
    16020:20240107:224950.061 Got signal [signal:15(SIGTERM),sender_pid:16064,sender_uid:113,reason:0]. Exiting ...
    16020:20240107:224950.065 Zabbix Agent stopped. Zabbix 7.0.0alpha9 (revision 6c4616adff7).
    16067:20240107:224950.100 Starting Zabbix Agent [backupnas]. Zabbix 7.0.0alpha9 (revision 6c4616adff7).
    16067:20240107:224950.100 **** Enabled features ****
    16067:20240107:224950.100 IPv6 support:          YES
    16067:20240107:224950.100 TLS support:           YES
    16067:20240107:224950.100 **************************
    16067:20240107:224950.100 using configuration file: /etc/zabbix/zabbix_agentd.conf
    16067:20240107:224950.105 agent #0 started [main process]
    16068:20240107:224950.106 agent #1 started [collector]
    16069:20240107:224950.107 agent #2 started[listener #1]
    16070:20240107:224950.107 agent #3 started[listener #2]
    16071:20240107:224950.108 agent #4 started[listener #3]
    16072:20240107:224950.108 agent #5 started [active checks #1]​

    Thank you Zabbix community.

    Comment

    Working...