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

Diff of /monit/monitor.h

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

revision 1.172 by martinp, Fri Aug 5 11:21:18 2005 UTC revision 1.173 by martinp, Sun Aug 14 08:44:48 2005 UTC
# Line 291  typedef struct mymail { Line 291  typedef struct mymail {
291    char *message;                                       /**< The mail message */    char *message;                                       /**< The mail message */
292    char *opt_message;                 /**< An optional message used in alerts */    char *opt_message;                 /**< An optional message used in alerts */
293    unsigned int events;  /*< Events for which this mail object should be sent */    unsigned int events;  /*< Events for which this mail object should be sent */
294      unsigned int reminder;              /*< Send error reminder each Xth cycle */
295    
296    /** For internal use */    /** For internal use */
297    struct mymail *next;                          /**< next recipient in chain */    struct mymail *next;                          /**< next recipient in chain */
# Line 707  typedef struct myservice { Line 708  typedef struct myservice {
708      struct myservice *source;                              /**< Event source */      struct myservice *source;                              /**< Event source */
709      short             state;            /**< TRUE if failed, FALSE if passed */      short             state;            /**< TRUE if failed, FALSE if passed */
710      short             state_changed;              /**< TRUE if state changed */      short             state_changed;              /**< TRUE if state changed */
711        unsigned int      count;                             /**< The event rate */
712      char             *message;    /**< Optional message describing the event */      char             *message;    /**< Optional message describing the event */
713      EventAction_T     action;           /**< Description of the event action */      EventAction_T     action;           /**< Description of the event action */
714      /** For internal use */      /** For internal use */

Legend:
Removed from v.1.172  
changed lines
  Added in v.1.173

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