#include "../include/config.h"
#include "../include/common.h"
#include "../include/objects.h"
#include "../include/macros.h"
#include "../include/icinga.h"
#include "xpddefault.h"
int xpddefault_cleanup_performance_data | ( | char * | config_file | ) |
int xpddefault_close_host_perfdata_file | ( | void | ) |
int xpddefault_close_service_perfdata_file | ( | void | ) |
int xpddefault_grab_config_directives | ( | char * | input | ) |
int xpddefault_grab_config_info | ( | char * | config_file | ) |
int xpddefault_initialize_performance_data | ( | char * | config_file | ) |
int xpddefault_open_host_perfdata_file | ( | void | ) |
int xpddefault_open_service_perfdata_file | ( | void | ) |
int xpddefault_preprocess_file_templates | ( | char * | template | ) |
int xpddefault_process_host_perfdata_file | ( | void | ) |
int xpddefault_process_service_perfdata_file | ( | void | ) |
int xpddefault_run_host_performance_data_command | ( | icinga_macros * | mac, | |
host * | hst | |||
) |
int xpddefault_run_service_performance_data_command | ( | icinga_macros * | mac, | |
service * | svc | |||
) |
int xpddefault_update_host_performance_data | ( | host * | hst | ) |
int xpddefault_update_host_performance_data_file | ( | icinga_macros * | mac, | |
host * | hst | |||
) |
int xpddefault_update_service_performance_data | ( | service * | svc | ) |
int xpddefault_update_service_performance_data_file | ( | icinga_macros * | mac, | |
service * | svc | |||
) |
char* xpddefault_host_perfdata_command = NULL |
int xpddefault_host_perfdata_fd = -1 |
char* xpddefault_host_perfdata_file = NULL |
int xpddefault_host_perfdata_file_append = TRUE |
int xpddefault_host_perfdata_file_pipe = FALSE |
char* xpddefault_host_perfdata_file_processing_command = NULL |
unsigned long xpddefault_host_perfdata_file_processing_interval = 0L |
char* xpddefault_host_perfdata_file_template = NULL |
FILE* xpddefault_host_perfdata_fp = NULL |
pthread_mutex_t xpddefault_host_perfdata_fp_lock [static] |
char* xpddefault_service_perfdata_command = NULL |
int xpddefault_service_perfdata_fd = -1 |
char* xpddefault_service_perfdata_file = NULL |
int xpddefault_service_perfdata_file_append = TRUE |
int xpddefault_service_perfdata_file_pipe = FALSE |
char* xpddefault_service_perfdata_file_processing_command = NULL |
unsigned long xpddefault_service_perfdata_file_processing_interval = 0L |
char* xpddefault_service_perfdata_file_template = NULL |
FILE* xpddefault_service_perfdata_fp = NULL |
pthread_mutex_t xpddefault_service_perfdata_fp_lock [static] |