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

Diff of /monit/monitor.h

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

revision 1.171 by chopp, Fri Aug 5 09:38:09 2005 UTC revision 1.172 by martinp, Fri Aug 5 11:21:18 2005 UTC
# Line 161  Line 161 
161  #define LEVEL_NAME_FULL    "full"  #define LEVEL_NAME_FULL    "full"
162  #define LEVEL_NAME_SUMMARY "summary"  #define LEVEL_NAME_SUMMARY "summary"
163    
164    #define ATTEMPT_COUNT      3
165    
166  /** ------------------------------------------------- Special purpose macros */  /** ------------------------------------------------- Special purpose macros */
167    
168    
# Line 480  typedef struct myport { Line 482  typedef struct myport {
482  /** Defines a ICMP object */  /** Defines a ICMP object */
483  typedef struct myicmp {  typedef struct myicmp {
484    int type;                                              /**< ICMP type used */    int type;                                              /**< ICMP type used */
485      int count;                                   /**< ICMP echo requests count */
486    int timeout;              /**< The timeout in seconds to wait for response */    int timeout;              /**< The timeout in seconds to wait for response */
487    int is_available;                     /**< TRUE if the server is available */    int is_available;                     /**< TRUE if the server is available */
488    double response;                              /**< ICMP ECHO response time */    double response;                              /**< ICMP ECHO response time */

Legend:
Removed from v.1.171  
changed lines
  Added in v.1.172

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