#include "../include/objects.h"Go to the source code of this file.
| #define DEFAULT_HOST_PERFDATA_FILE_TEMPLATE "[HOSTPERFDATA]\t$TIMET$\t$HOSTNAME$\t$HOSTEXECUTIONTIME$\t$HOSTOUTPUT$\t$HOSTPERFDATA$" |
| #define DEFAULT_SERVICE_PERFDATA_FILE_TEMPLATE "[SERVICEPERFDATA]\t$TIMET$\t$HOSTNAME$\t$SERVICEDESC$\t$SERVICEEXECUTIONTIME$\t$SERVICELATENCY$\t$SERVICEOUTPUT$\t$SERVICEPERFDATA$" |
| int xpddefault_cleanup_performance_data | ( | char * | ) |
| int xpddefault_close_host_perfdata_file | ( | void | ) |
| int xpddefault_close_service_perfdata_file | ( | void | ) |
| int xpddefault_grab_config_directives | ( | char * | ) |
| int xpddefault_grab_config_info | ( | char * | ) |
| int xpddefault_initialize_performance_data | ( | char * | ) |
| int xpddefault_open_host_perfdata_file | ( | void | ) |
| int xpddefault_open_service_perfdata_file | ( | void | ) |
| int xpddefault_preprocess_file_templates | ( | char * | ) |
| 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 * | ||||
| ) |
| int xpddefault_run_service_performance_data_command | ( | icinga_macros * | mac, | |
| service * | ||||
| ) |
| int xpddefault_update_host_performance_data | ( | host * | ) |
| int xpddefault_update_host_performance_data_file | ( | icinga_macros * | mac, | |
| host * | ||||
| ) |
| int xpddefault_update_service_performance_data | ( | service * | ) |
| int xpddefault_update_service_performance_data_file | ( | icinga_macros * | mac, | |
| service * | ||||
| ) |
1.4.7