Hello everyone,
i'm using zabbix 2.4 and i'm currently using default snmp discovery trigger for a few host.
I want to do the following:
-be warn when free disk space is under 5% but only if so during 2 hours.
using
works be generate unwanted alerts due to some batch processing at night.
How can i add a time condition in this calculated trigger.
i tried a few things but none worked.
i'm using zabbix 2.4 and i'm currently using default snmp discovery trigger for a few host.
I want to do the following:
-be warn when free disk space is under 5% but only if so during 2 hours.
using
Code:
Template SNMP Disks:hrStorageUsedInBytes[{#SNMPVALUE}].last(0)} / {Template SNMP Disks:hrStorageSizeInBytes[{#SNMPVALUE}].last(0)} > 0.95
How can i add a time condition in this calculated trigger.
i tried a few things but none worked.

Comment