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

Diff of /monit/monitor.h

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

revision 1.89 by hauk, Fri Aug 29 16:58:07 2003 UTC revision 1.90 by hauk, Sun Aug 31 20:05:51 2003 UTC
# Line 100  Line 100 
100  #define TYPE_DIRECTORY     1  #define TYPE_DIRECTORY     1
101  #define TYPE_FILE          2  #define TYPE_FILE          2
102  #define TYPE_PROCESS       3  #define TYPE_PROCESS       3
103    #define TYPE_REMOTE        4
104    
105  #define RESOURCE_ID_CPU_PERCENT       1  #define RESOURCE_ID_CPU_PERCENT       1
106  #define RESOURCE_ID_MEM_PERCENT       2  #define RESOURCE_ID_MEM_PERCENT       2
# Line 268  typedef struct myport { Line 269  typedef struct myport {
269    int  event_flag;              /**< TRUE if an event occured on this object */    int  event_flag;              /**< TRUE if an event occured on this object */
270    Command_T exec;      /**< Optional command to be executed upon a port event*/    Command_T exec;      /**< Optional command to be executed upon a port event*/
271    int timeout;   /**< The timeout in seconds to wait for connect or read i/o */    int timeout;   /**< The timeout in seconds to wait for connect or read i/o */
272      int is_available;                /**< TRUE if the server/port is available */
273      
274    struct {    struct {
275      int use_ssl;          /**< TRUE if this port requires SSL for connection */      int use_ssl;          /**< TRUE if this port requires SSL for connection */
276      int version;                  /**< The SSL version to use for connection */      int version;                  /**< The SSL version to use for connection */

Legend:
Removed from v.1.89  
changed lines
  Added in v.1.90

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