We're using Zabbix 6.4.10. We have many working triggers which send problem and recovery notifications based on host group. We have one host (it's an Audiocodes SBC) in this host group with many working triggers, but one trigger (based on an SNMP item) doesn't send recovery notifications. The problem expression for this trigger is
. Basically, if there's an active alarm on the device, it triggers a problem. The 'Ok Event Generation' was set to 'Expression' so I tried changing it to 'Recovery Expression' and set that to
, however, it still doesn't work. Any ideas?
HTML Code:
last(/[host FQDN]/acActiveAlarmSeverity[{#ALRMID}])<>0
HTML Code:
last(/[host FQDN]/acActiveAlarmSeverity[{#ALRMID}])=0
Comment