#include <icinga.h>
Data Fields | |
int | object_check_type |
char * | host_name |
char * | service_description |
int | check_type |
int | check_options |
int | scheduled_check |
int | reschedule_check |
char * | output_file |
FILE * | output_file_fp |
int | output_file_fd |
double | latency |
timeval | start_time |
timeval | finish_time |
int | early_timeout |
int | exited_ok |
int | return_code |
char * | output |
check_result_struct * | next |
int check_options |
int check_type |
int early_timeout |
int exited_ok |
struct timeval finish_time |
char* host_name |
double latency |
struct check_result_struct* next |
char* output |
char* output_file |
int output_file_fd |
FILE* output_file_fp |
int reschedule_check |
int return_code |
int scheduled_check |
char* service_description |
struct timeval start_time |