#include "../include/config.h"#include "../include/common.h"#include "../include/objects.h"#include "../include/macros.h"#include "../include/comments.h"#include "../include/downtime.h"#include "../include/statusdata.h"#include "../include/cgiutils.h"#include "../include/getcgi.h"#include "../include/cgiauth.h"| #define HEALTH_CRITICAL_PERCENTAGE 75 |
| #define HEALTH_WARNING_PERCENTAGE 85 |
| #define MAX_MESSAGE_BUFFER 4096 |
| typedef struct sortdata_struct sortdata |
| void free_sortdata_list | ( | void | ) |
| int main | ( | void | ) |
| int process_cgivars | ( | void | ) |
| void show_comments | ( | int | ) |
| void show_downtime | ( | void | ) |
| void show_host_info | ( | void | ) |
| void show_hostgroup_info | ( | void | ) |
| void show_performance_data | ( | void | ) |
| void show_process_info | ( | void | ) |
| void show_scheduling_queue | ( | void | ) |
| void show_service_info | ( | void | ) |
| void show_servicegroup_info | ( | void | ) |
| int sort_data | ( | int | , | |
| int | ||||
| ) |
| char* action_url_target |
| int buffer_stats[1][3] |
| int CGI_ID = EXTINFO_CGI_ID |
| int content_type |
| char* csv_data_enclosure |
| char* csv_delimiter |
| int daemon_check |
| int daemon_mode |
| int display_header |
| int display_type = DISPLAY_PROCESS_INFO |
| int embedded |
| char* host_name = "" |
| char* hostgroup_name = "" |
| hoststatus* hoststatus_list |
| time_t last_command_check |
| time_t last_log_rotation |
| char log_file[MAX_FILENAME_LENGTH] |
icinga_macros* mac [static] |
| char main_config_file[MAX_FILENAME_LENGTH] |
| char nagios_check_command[MAX_INPUT_BUFFER] |
| int nagios_pid |
| char nagios_process_info[MAX_INPUT_BUFFER] |
| char* notes_url_target |
| time_t program_start |
| int program_stats[MAX_CHECK_STATS_TYPES][3] |
| int refresh |
| char* service_desc = "" |
| char* servicegroup_name = "" |
| servicestatus* servicestatus_list |
| int show_all_hostgroups = TRUE |
| int show_all_hosts = TRUE |
| int show_all_servicegroups = TRUE |
| int sort_option = SORT_NEXTCHECKTIME |
| int sort_type = SORT_ASCENDING |
| sortdata* sortdata_list = NULL |
| char url_docs_path[MAX_FILENAME_LENGTH] |
| char url_html_path[MAX_FILENAME_LENGTH] |
| char url_images_path[MAX_FILENAME_LENGTH] |
| char url_js_path[MAX_FILENAME_LENGTH] |
| char url_logo_images_path[MAX_FILENAME_LENGTH] |
| char url_stylesheets_path[MAX_FILENAME_LENGTH] |
1.4.7