Hello!
Zabbix server 5.0.21
I have a linux host without zabbix agent which is monitored via snmp. I created nodata trigger to alert me if no data is received about disk partition (it is a NFS volume which sometimes is unavailable due to network issues).
However, nodata trigger is firing when this partition is online and data about it is successfully received by zabbix server.
Trigger expression:
Latest data for this item constantly shows 488.37 Munits (which is perfectly normal)
Why is this nodata trigger firing?
Thank you.
Zabbix server 5.0.21
I have a linux host without zabbix agent which is monitored via snmp. I created nodata trigger to alert me if no data is received about disk partition (it is a NFS volume which sometimes is unavailable due to network issues).
However, nodata trigger is firing when this partition is online and data about it is successfully received by zabbix server.
Trigger expression:
Code:
{Linux-YT-90:hrStorageSize[/mnt/backup].nodata(300)}=1
Why is this nodata trigger firing?
Thank you.
Comment