I want to monitor SMART via LLD (Low Level Discovery). I found this article and did it as they wrote.
Here is the answer from zaggix_get:
So I see that key is working. Also I see sda, sdb and other disks in the Host Info (see attach). But Zabbix tells me "Not supported by Zabbix agent".
Agent version is Zabbix agent v2.0.3 @ SUSE Linux Enterprise Server 11 (x86_64)
Here is the answer from zaggix_get:
Code:
root@zabbix-server:/usr/bin# zabbix_get -s 192.168.99.22 -p 10050 -k "uHDD.discovery"
{
"data":[
{
"{#DISKNAME}":"dm-0",
"{#SMART_ENABLED}":"0"
}
,
{
"{#DISKNAME}":"md0",
"{#SMART_ENABLED}":"0"
}
,
{
"{#DISKNAME}":"md1",
"{#SMART_ENABLED}":"0"
}
,
{
"{#DISKNAME}":"md2",
"{#SMART_ENABLED}":"0"
}
,
{
"{#DISKNAME}":"md3",
"{#SMART_ENABLED}":"0"
}
,
{
"{#DISKNAME}":"sda",
"{#SMART_ENABLED}":"1"
}
,
{
"{#DISKNAME}":"sdb",
"{#SMART_ENABLED}":"1"
}
]
}
Agent version is Zabbix agent v2.0.3 @ SUSE Linux Enterprise Server 11 (x86_64)
Comment