Hi Zabbix,
I've got a HPE DL380 Gen10 with two RAIDs on it, #lsblk returns my two RAIDs, mounted under /dev/sda and /dev/sdb.
smartctl is installed and running, Zabbix agent has admin rights for it (sudo visudo > zabbix ALL=(ALL) NOPASSWD:/usr/sbin/smartctl).
Now to my question: "SMART by Zabbix agent 2" only discovers /dev/sdc (which is the SSD of the server-OS). How can I get this template to also list the disks behind my two RAIDs?
I've verified the Zabbix agent metrics on the server itself, utilizing #zabbix_agent2 -t smart.disk.discovery, but it's also only showing /dev/sdc.
I can manually retrieve the SMART status via #smartctl -a -l ssd /dev/sda -d cciss,0 (.. which would return the disk status in slot0 behind /dev/sda).
Thanks in advance for your time!
I've got a HPE DL380 Gen10 with two RAIDs on it, #lsblk returns my two RAIDs, mounted under /dev/sda and /dev/sdb.
smartctl is installed and running, Zabbix agent has admin rights for it (sudo visudo > zabbix ALL=(ALL) NOPASSWD:/usr/sbin/smartctl).
Now to my question: "SMART by Zabbix agent 2" only discovers /dev/sdc (which is the SSD of the server-OS). How can I get this template to also list the disks behind my two RAIDs?
I've verified the Zabbix agent metrics on the server itself, utilizing #zabbix_agent2 -t smart.disk.discovery, but it's also only showing /dev/sdc.
I can manually retrieve the SMART status via #smartctl -a -l ssd /dev/sda -d cciss,0 (.. which would return the disk status in slot0 behind /dev/sda).
Thanks in advance for your time!
Comment