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

Diff of /monit/alert.h

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

revision 1.12 by hauk, Tue Jul 15 01:02:58 2003 UTC revision 1.13 by hauk, Fri Jul 25 12:50:38 2003 UTC
# Line 36  Line 36 
36    
37    
38  /**  /**
39   *  This module is an event handler for alert events.   *  This module is used for event notifications. Users may register
40     *  interest for certain events in the monit control file. When an
41     *  event occurs this module is called from the event processing
42     *  machinery to notify users who have asked to be alerted for
43     *  particular events.
44   *   *
45   *  @author Jan-Henrik Haukeland, <hauk@tildeslash.com>   *  @author Jan-Henrik Haukeland, <hauk@tildeslash.com>
46   *  @author Martin Pala <martin.pala@iol.cz>   *  @author Martin Pala <martin.pala@iol.cz>
# Line 48  Line 52 
52    
53    
54  /**  /**
55   * Handle the alert event   * Notify registred users about the event
56   * @param E An Event object   * @param E An Event object
57   */   */
58  void handle_alert_event(Event_T E);  void handle_alert(Event_T E);
59    
60    
61  #endif  #endif

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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