#include <nebstructs.h>
Data Fields | |
int | type |
int | flags |
int | attr |
timeval | timestamp |
char * | host_name |
int | current_attempt |
int | check_type |
int | max_attempts |
int | state_type |
int | state |
int | timeout |
char * | command_name |
char * | command_args |
char * | command_line |
timeval | start_time |
timeval | end_time |
int | early_timeout |
double | execution_time |
double | latency |
int | return_code |
char * | output |
char * | long_output |
char * | perf_data |
void * | object_ptr |
int attr |
int check_type |
char* command_args |
char* command_line |
char* command_name |
int current_attempt |
int early_timeout |
struct timeval end_time |
double execution_time |
int flags |
char* host_name |
double latency |
char* long_output |
int max_attempts |
void* object_ptr |
char* output |
char* perf_data |
int return_code |
struct timeval start_time |
int state |
int state_type |
int timeout |
struct timeval timestamp |
int type |