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

Diff of /monit/monitor.h

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

revision 1.77 by hauk, Mon Aug 4 07:52:12 2003 UTC revision 1.78 by martinp, Tue Aug 5 07:55:22 2003 UTC
# Line 411  typedef struct myservice { Line 411  typedef struct myservice {
411    int  every;                        /**< Check this program at given cycles */    int  every;                        /**< Check this program at given cycles */
412    int  nevery;          /**< Counter for every.  When nevery == every, check */    int  nevery;          /**< Counter for every.  When nevery == every, check */
413    int  has_checksum_error;     /**< TRUE if the service has a checksum error */    int  has_checksum_error;     /**< TRUE if the service has a checksum error */
414      int  has_permission_error; /**< TRUE if the service has a permission error */
415    int  def_every;              /**< TRUE if every is defined for the service */    int  def_every;              /**< TRUE if every is defined for the service */
416    int  def_timeout;          /**< TRUE if timeout is defined for the service */    int  def_timeout;          /**< TRUE if timeout is defined for the service */
417    int  def_checksum;        /**< TRUE if checksum is defined for the service */    int  def_checksum;        /**< TRUE if checksum is defined for the service */

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78

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