/[monit]/monit/alert.c
ViewVC logotype

Diff of /monit/alert.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.46 by martinp, Sat Nov 5 21:45:44 2005 UTC revision 1.47 by martinp, Fri Nov 25 22:03:01 2005 UTC
# Line 165  int handle_alert(Event_T E) { Line 165  int handle_alert(Event_T E) {
165          IS_EVENT_SET(m->events, Event_get_id(E)) &&          IS_EVENT_SET(m->events, Event_get_id(E)) &&
166          (          (
167            /* 'changed' event type is sent always */            /* 'changed' event type is sent always */
168            E->id == EVENT_CHANGED ||            E->id == EVENT_CHANGED || E->id == EVENT_MATCH ||
169            /* state change notification is sent always */            /* state change notification is sent always */
170            E->state_changed       ||            E->state_changed       ||
171            /* in the case that the state is failed for more cycles we check            /* in the case that the state is failed for more cycles we check

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26