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

Diff of /monit/monitor.h

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

revision 1.44 by martinp, Mon Feb 10 19:39:55 2003 UTC revision 1.45 by martinp, Tue Feb 11 20:30:45 2003 UTC
# Line 138  struct myrun { Line 138  struct myrun {
138    int  doprocess;                 /**< TRUE if process status engine is used */    int  doprocess;                 /**< TRUE if process status engine is used */
139    char *bind_addr;                  /**< The address monit http will bind to */    char *bind_addr;                  /**< The address monit http will bind to */
140    mode_t umask;                /**< The initial umask monit was started with */    mode_t umask;                /**< The initial umask monit was started with */
141    time_t timestamp;                /**< Control file last modified timestamp */    int  testing;   /**< Running in configuration testing mode - TRUE or FALSE */
142    
143    double loadavg[3];                                /**< Load average triple */    double loadavg[3];                                /**< Load average triple */
144    
# Line 376  time_t get_timestamp(char *, mode_t); Line 376  time_t get_timestamp(char *, mode_t);
376  void  finalize_files();  void  finalize_files();
377  char *find_rcfile();      char *find_rcfile();    
378  int   create_pidfile(char *);  int   create_pidfile(char *);
 int   is_rcfile_changed();  
379  int   check_rcfile(char *);  int   check_rcfile(char *);
380  int   kill_daemon();  int   kill_daemon(int);
381  int   exist_daemon();  int   exist_daemon();
382  void  sendmail(Mail_T);  void  sendmail(Mail_T);
383  int   sock_msg(int sock, char *, ...);  int   sock_msg(int sock, char *, ...);

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

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