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

Diff of /monit/monitor.h

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

revision 1.24 by hauk, Fri Nov 1 09:59:46 2002 UTC revision 1.25 by chopp, Sat Nov 2 10:47:22 2002 UTC
# Line 110  struct myrun { Line 110  struct myrun {
110    int  dohttpd;                    /**< TRUE if monit HTTP server should run */    int  dohttpd;                    /**< TRUE if monit HTTP server should run */
111    int  httpdssl;                     /**< TRUE if monit HTTP server uses ssl */    int  httpdssl;                     /**< TRUE if monit HTTP server uses ssl */
112    char *httpsslpem;                       /**< PEM file for the HTTPS server */    char *httpsslpem;                       /**< PEM file for the HTTPS server */
113      int  clientssl;   /**< TRUE if monit HTTP server uses ssl with client auth */
114    char *httpsslclientpem;      /**< PEM file/dir to check against at connect */    char *httpsslclientpem;      /**< PEM file/dir to check against at connect */
115      int  servicessl;                 /**< TRUE if monit has ssl service checks */
116    int  allowselfcert;   /**< TRUE if self certified client certs are allowed */    int  allowselfcert;   /**< TRUE if self certified client certs are allowed */
117    int  httpdport;                    /**< The monit http server's portnumber */    int  httpdport;                    /**< The monit http server's portnumber */
118    int  validate;               /**< TRUE - use validate behaviour on startup */    int  validate;               /**< TRUE - use validate behaviour on startup */
# Line 349  void  monit_http(int); Line 351  void  monit_http(int);
351  int   check_httpd();  int   check_httpd();
352  int   can_http();  int   can_http();
353  char *format(const char *, va_list);  char *format(const char *, va_list);
354  pid_t   getpgid(pid_t);  pid_t getpgid(pid_t);
355    int   check_file(char *, char *, int);
356    
357  #endif  #endif

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

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