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

Diff of /monit/monitor.h

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

revision 1.167 by martinp, Sun Feb 13 19:01:45 2005 UTC revision 1.168 by martinp, Tue Apr 5 19:52:57 2005 UTC
# Line 154  Line 154 
154  #define PROTOCOL_HTTP      1  #define PROTOCOL_HTTP      1
155  #define PROTOCOL_HTTPS     2  #define PROTOCOL_HTTPS     2
156    
157    #define LEVEL_FULL         0
158    #define LEVEL_SUMMARY      1
159    
160    #define LEVEL_NAME_FULL    "full"
161    #define LEVEL_NAME_SUMMARY "summary"
162    
163  /** ------------------------------------------------- Special purpose macros */  /** ------------------------------------------------- Special purpose macros */
164    
165    
# Line 726  void  control_service_daemon(const char Line 732  void  control_service_daemon(const char
732  void  setup_dependants();  void  setup_dependants();
733  void  reset_depend();  void  reset_depend();
734  void  spawn(Service_T, Command_T, const char *);  void  spawn(Service_T, Command_T, const char *);
735  void  status();  void  status(char *);
736  int   log_init() ;  int   log_init() ;
737  void  log_log(const char *, ...) ;  void  log_log(const char *, ...) ;
738  void  log_close();  void  log_close();
# Line 765  int  sha_md5_stream (FILE *, void *, voi Line 771  int  sha_md5_stream (FILE *, void *, voi
771  void reset_procinfo(Service_T);  void reset_procinfo(Service_T);
772  int  check_service_status(Service_T);  int  check_service_status(Service_T);
773  void printhash(char *);    void printhash(char *);  
774  char *status_xml(Event_T);  char *status_xml(Event_T, short);
775  void handle_collector(Event_T);  void handle_collector(Event_T);
776  int  do_wakeupcall();  int  do_wakeupcall();
777    

Legend:
Removed from v.1.167  
changed lines
  Added in v.1.168

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