#include <nagios.h>
Data Fields | |
char | host_name [MAX_HOSTNAME_LENGTH] |
char | description [MAX_SERVICEDESC_LENGTH] |
int | return_code |
int | exited_ok |
int | check_type |
int | parallelized |
struct timeval | start_time |
struct timeval | finish_time |
int | early_timeout |
char | output [MAX_PLUGINOUTPUT_LENGTH] |
Definition at line 393 of file nagios.h.
char service_message_struct::host_name[MAX_HOSTNAME_LENGTH] |
char service_message_struct::description[MAX_SERVICEDESC_LENGTH] |
struct timeval service_message_struct::start_time [read] |
struct timeval service_message_struct::finish_time [read] |
char service_message_struct::output[MAX_PLUGINOUTPUT_LENGTH] |