-
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 to send the notifications
- 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 receive notification
- create other trapper item and update the trigger:
last(/maint_trig_test_sender/numeric.value)=1 and find(/maint_trig_test_sender/text.value,5m,"like","text")=1
- run again maintenance and activate the trigger
zabbix_sender -z 127.0.0.1 -s "maint_trig_test_sender" -k numeric.value -o 1 zabbix_sender -z 127.0.0.1 -s "maint_trig_test_sender" -k text.value -o text0
- when maintenance finish you will not receive notification
Expected:
After maintenance finish you will receive notification in any case.