-
Type:
Problem report
-
Resolution: Unresolved
-
Priority:
Major
-
None
-
Affects Version/s: 6.0.41
-
Component/s: Server (S)
Steps to reproduce:
- in zabbix 6.0.41 create trapper item and trigger
last(/maint_trig_test_sender/numeric.value)=1
- configure some Media
- configure actions with "If trigger not suppressed" to send the notification
- run sender to make sure everything is working
#to activate trigger zabbix_sender -z 127.0.0.1 -s "maint_trig_test_sender" -k numeric.value -o 1 #Resolve the trigger zabbix_sender -z 127.0.0.1 -s "maint_trig_test_sender" -k numeric.value -o 0
- run maintenance. when the host will be under maintenance activate the trigger and wait maintenance finish.
- after maintenance finish you will not receive notification
- remove "If trigger not suppressed" condition:
- run again maintenance and activate the trigger
- when maintenance finish you will receive notification
- you can try the same with escalation step 1-1 or 1-0, behaviour the same.
Expected:
After maintenance finish you will receive notification in any case.