![]() |
Icinga-core 1.4.0
next gen monitoring
|
#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/statsprofiler.h"
#include "../include/cgiutils.h"
#include "../include/getcgi.h"
#include "../include/cgiauth.h"
Go to the source code of this file.
typedef struct sortdata_struct sortdata |
int process_cgivars | ( | void | ) |
void show_downtime | ( | int | type | ) |
char* action_url_target |
Definition at line 61 of file cgiutils.c.
int buffer_stats[1][3] |
int CGI_ID = EXTINFO_CGI_ID |
ID to identify the cgi for functions in cgiutils.c
Definition at line 47 of file comments.c.
int content_type |
Definition at line 165 of file cgiutils.c.
char* csv_data_enclosure |
Definition at line 66 of file cgiutils.c.
char* csv_delimiter |
Definition at line 65 of file cgiutils.c.
int daemon_check |
Definition at line 169 of file cgiutils.c.
int daemon_mode |
int display_header |
Definition at line 167 of file cgiutils.c.
int display_type = DISPLAY_PROCESS_INFO |
int embedded |
Definition at line 166 of file cgiutils.c.
Definition at line 72 of file cgiutils.c.
char* hostgroup_name = "" |
hoststatus* hoststatus_list |
time_t last_command_check |
time_t last_log_rotation |
char main_config_file[MAX_FILENAME_LENGTH] |
Definition at line 50 of file icingastats.c.
char nagios_check_command[MAX_INPUT_BUFFER] |
Definition at line 68 of file cgiutils.c.
int nagios_pid |
char nagios_process_info[MAX_INPUT_BUFFER] |
Definition at line 69 of file cgiutils.c.
Definition at line 70 of file cgiutils.c.
char* notes_url_target |
Definition at line 60 of file cgiutils.c.
Definition at line 47 of file icingastats.c.
time_t program_start |
int program_stats[MAX_CHECK_STATS_TYPES][3] |
int refresh |
Definition at line 168 of file cgiutils.c.
Definition at line 49 of file downtime.c.
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 |
sortdata* sortdata_list = NULL |
char url_docs_path[MAX_FILENAME_LENGTH] |
Definition at line 39 of file cgiutils.c.
char url_html_path[MAX_FILENAME_LENGTH] |
Definition at line 38 of file cgiutils.c.
char url_images_path[MAX_FILENAME_LENGTH] |
Definition at line 41 of file cgiutils.c.
char url_js_path[MAX_FILENAME_LENGTH] |
Definition at line 44 of file cgiutils.c.
char url_logo_images_path[MAX_FILENAME_LENGTH] |
Definition at line 42 of file cgiutils.c.
char url_stylesheets_path[MAX_FILENAME_LENGTH] |
Definition at line 43 of file cgiutils.c.