zabbix / community-templates

Zabbix Community Templates repository
https://share.zabbix.com
MIT License
1.25k stars 1.77k forks source link

template_qnap_(snmpv2) - returned value for 'Volume Status' item is String not Numeric #267

Open FlexServ opened 11 months ago

FlexServ commented 11 months ago

We're getting the string value: Ready returned from our QNAP TS-653 Pro (QTS 5.0.1) for the "Volume Status" item. The 'Type of information' for this item-prototype is defined as a 'Numeric (unsigned)'. We have adjusted it to 'Character' to make it work

Also the Discovery Rule: 'Volume Discovery' > Trigger prototype: 'Faulty state of volume' needed to be adjusted, we've changed it to: last(/QNAP/volume.status[1])<>"Ready"

Forgot tho mention: this is for the 6.0 templateqnap(snmpv2)