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

Diff of /monit/monitor.h

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

revision 1.15 by rory, Thu Sep 26 02:39:27 2002 UTC revision 1.16 by chopp, Fri Sep 27 09:52:29 2002 UTC
# Line 100  struct myrun { Line 100  struct myrun {
100    int  isdaemon;                 /**< TRUE if program should run as a daemon */    int  isdaemon;                 /**< TRUE if program should run as a daemon */
101    int  polltime;        /**< In deamon mode, the sleeptime (sec) between run */    int  polltime;        /**< In deamon mode, the sleeptime (sec) between run */
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 */
104      char * httpsslpem;                      /**< PEM file for the HTTPS server */
105    int  httpdport;                    /**< The monit http server's portnumber */    int  httpdport;                    /**< The monit http server's portnumber */
106    int  validate;               /**< TRUE - use validate behaviour on startup */    int  validate;               /**< TRUE - use validate behaviour on startup */
107    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.15  
changed lines
  Added in v.1.16

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