Having some issues with a trigger set to an SNMP item.
The trigger is configured to generate an event should the last value of an SNMP ITEM be different than "1":
{sysChassisPowerSupplyStatus.2.last()}<>1
How ever, each 120 Seconds (the item's cycle time), the trigger gets re-sent...
The ITEM is verified as having a constant value of "2" for each cycle for the past day, and the trigger keeps sending out events, as if it forgot it already triggered the event in the previous cycle...
I have enabled the debug log, but nothing pops up:
1767:20141118:154749.178 In evaluate_function() function:'Server.something:sysChassisPowerSupplySt atus.2.last()'
1767:20141118:154749.178 In evaluate_LAST()
1767:20141118:154749.178 In __get_function_parameter_uint31() parameters:'' Nparam:1
1767:20141118:154749.178 In substitute_simple_macros() data:EMPTY
1767:20141118:154749.178 __get_function_parameter_uint31() flag:1 value:1
1767:20141118:154749.178 End of __get_function_parameter_uint31():SUCCEED
1767:20141118:154749.178 In zbx_vc_get_value_range() itemid:33303 value_type:3 seconds:0 count:1 timestamp:1416343668
1767:20141118:154749.178 End of zbx_vc_get_value_range():SUCCEED count:1 cached:1
1767:20141118:154749.178 End of evaluate_LAST():SUCCEED
1767:20141118:154749.179 End of evaluate_function():SUCCEED value:'2'
Any ideas?
Thanks!
G.
The trigger is configured to generate an event should the last value of an SNMP ITEM be different than "1":
{sysChassisPowerSupplyStatus.2.last()}<>1
How ever, each 120 Seconds (the item's cycle time), the trigger gets re-sent...
The ITEM is verified as having a constant value of "2" for each cycle for the past day, and the trigger keeps sending out events, as if it forgot it already triggered the event in the previous cycle...
I have enabled the debug log, but nothing pops up:
1767:20141118:154749.178 In evaluate_function() function:'Server.something:sysChassisPowerSupplySt atus.2.last()'
1767:20141118:154749.178 In evaluate_LAST()
1767:20141118:154749.178 In __get_function_parameter_uint31() parameters:'' Nparam:1
1767:20141118:154749.178 In substitute_simple_macros() data:EMPTY
1767:20141118:154749.178 __get_function_parameter_uint31() flag:1 value:1
1767:20141118:154749.178 End of __get_function_parameter_uint31():SUCCEED
1767:20141118:154749.178 In zbx_vc_get_value_range() itemid:33303 value_type:3 seconds:0 count:1 timestamp:1416343668
1767:20141118:154749.178 End of zbx_vc_get_value_range():SUCCEED count:1 cached:1
1767:20141118:154749.178 End of evaluate_LAST():SUCCEED
1767:20141118:154749.179 End of evaluate_function():SUCCEED value:'2'
Any ideas?
Thanks!
G.
Comment