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

Diff of /monit/monitor.h

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

revision 1.17 by rory, Wed Oct 2 03:03:45 2002 UTC revision 1.18 by chopp, Fri Oct 11 20:59:57 2002 UTC
# Line 102  struct myrun { Line 102  struct myrun {
102    int  dohttpd;                    /**< TRUE if monit HTTP server should run */    int  dohttpd;                    /**< TRUE if monit HTTP server should run */
103    int  httpdssl;                     /**< TRUE if monit HTTP server uses ssl */    int  httpdssl;                     /**< TRUE if monit HTTP server uses ssl */
104    char * httpsslpem;                      /**< PEM file for the HTTPS server */    char * httpsslpem;                      /**< PEM file for the HTTPS server */
105      char * httpsslclientpem;     /**< PEM file/dir to check against at connect */
106      int  allowselfcert;   /**< TRUE if self certified client certs are allowed */
107    int  httpdport;                    /**< The monit http server's portnumber */    int  httpdport;                    /**< The monit http server's portnumber */
108    int  validate;               /**< TRUE - use validate behaviour on startup */    int  validate;               /**< TRUE - use validate behaviour on startup */
109    int  Init;                   /**< TRUE - don't background to run from init */    int  Init;                   /**< TRUE - don't background to run from init */

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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