Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- src/zabbix_server/timer/timer.c.orig 2012-12-08 15:09:15.000000000 +0400
- +++ src/zabbix_server/timer/timer.c 2013-02-06 11:04:54.000000000 +0400
- @@ -471,7 +471,7 @@
- get_trigger_values(triggerid, maintenance_from, maintenance_to,
- &value_before, &value_inside, &value_after);
- - if (value_before == value_inside && value_inside == value_after)
- + if (value_before == value_after)
- continue;
- if (tr_num == tr_alloc)
- @@ -493,7 +493,7 @@
- for (i = 0; i < tr_num; i++)
- {
- process_event(eventid++, EVENT_SOURCE_TRIGGERS, EVENT_OBJECT_TRIGGER, tr[i].triggerid,
- - &ts, tr[i].new_value, TRIGGER_VALUE_CHANGED_NO, 0, 1);
- + &ts, tr[i].new_value, TRIGGER_VALUE_CHANGED_YES, 0, 1);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement