nikimaxim/zbx-raid-controller

No data in Zabbix for health of physical drives

bcnx opened this issue · 1 comments

bcnx commented

Hi,

this works:

zabbix_agent2.exe -c zabbix_agent2.conf -t adaptec.raid[health,pd,1,0]

as well as (gives the result "Online":

zabbix_get -s 10.152.104.10 -k adaptec.raid[health,pd,1,0] --tls-connect=psk --tls-psk-identity=ULBPSKBLANPAINSERVER --tls-psk-file=/install/zabbix/BLANPAINSERVER.psk

However, data is empty in "Latest data".

When we do "Execute now" for this item from the Zabbix web UI, we get:

[Details ](javascript:void(0))Cannot send request
Cannot send request: wrong item type.

What could result into zabbig_get working and the web UI not?

Cheers!

BC

bcnx commented

OK, found it: the template seems to use active checks instead of normal ones. You just need to change them to normal ones if you do not use the active variant.