Hi ,
I have setup trigger in zabbix with trigger and recovery condition as below:
Trigger Condition:
({SUBMITTED_TASK_COUNT.last(#1)} - {COMPLETED_TASK_COUNT.last(#1)})>10 and ({SUBMITTED_TASK_COUNT.last(#2)} - {COMPLETED_TASK_COUNT.last(#2)})>10
Recovery Condition:
({SUBMITTED_TASK_COUNT.last(#1)} - {COMPLETED_TASK_COUNT.last(#1)})<5 and ({SUBMITTED_TASK_COUNT.last(#2)} - {COMPLETED_TASK_COUNT.last(#2)})<5
Last 2 Values:
SUBMITTED_TASK_COUNT : 128.6 & 143.9
COMPLETED_TASK_COUNT : 128.6 & 143.9
Problem Statement: Trigger and Recovery condition is validated as TRUE at the same time and and it triggers and resolved with 0 second duration. (Both values are fed by a script and recorded via Zabbix trapper and then post-processed as 'change in second')
Any help will be greatly appreciated.
Thanks
I have setup trigger in zabbix with trigger and recovery condition as below:
Trigger Condition:
({SUBMITTED_TASK_COUNT.last(#1)} - {COMPLETED_TASK_COUNT.last(#1)})>10 and ({SUBMITTED_TASK_COUNT.last(#2)} - {COMPLETED_TASK_COUNT.last(#2)})>10
Recovery Condition:
({SUBMITTED_TASK_COUNT.last(#1)} - {COMPLETED_TASK_COUNT.last(#1)})<5 and ({SUBMITTED_TASK_COUNT.last(#2)} - {COMPLETED_TASK_COUNT.last(#2)})<5
Last 2 Values:
SUBMITTED_TASK_COUNT : 128.6 & 143.9
COMPLETED_TASK_COUNT : 128.6 & 143.9
Problem Statement: Trigger and Recovery condition is validated as TRUE at the same time and and it triggers and resolved with 0 second duration. (Both values are fed by a script and recorded via Zabbix trapper and then post-processed as 'change in second')
Any help will be greatly appreciated.
Thanks
Comment