#include "../include/config.h"
#include "../include/common.h"
#include "../include/objects.h"
#include "../include/getcgi.h"
#include "../include/cgiutils.h"
#include "../include/cgiauth.h"
Functions | |
void | get_history (void) |
int | process_cgivars (void) |
int | main (void) |
Variables | |
char | main_config_file [MAX_FILENAME_LENGTH] |
char | url_html_path [MAX_FILENAME_LENGTH] |
char | url_images_path [MAX_FILENAME_LENGTH] |
char | url_stylesheets_path [MAX_FILENAME_LENGTH] |
char | url_js_path [MAX_FILENAME_LENGTH] |
int | log_rotation_method |
int | enable_splunk_integration |
authdata | current_authdata |
char | log_file_to_use [MAX_FILENAME_LENGTH] |
int | log_archive = 0 |
int | display_type = DISPLAY_HOSTS |
int | show_all_hosts = TRUE |
int | show_all_hostgroups = TRUE |
int | show_all_servicegroups = TRUE |
int | use_lifo = TRUE |
int | history_options = HISTORY_ALL |
int | state_options = STATE_ALL |
char * | host_name = "all" |
char * | host_filter = NULL |
char * | hostgroup_name = NULL |
char * | servicegroup_name = NULL |
char * | service_desc = "" |
char * | service_filter = NULL |
int | embedded |
int | display_header |
int | display_frills = TRUE |
int | display_timebreaks = TRUE |
int | display_system_messages = TRUE |
int | display_flapping_alerts = TRUE |
int | display_downtime_alerts = TRUE |
int | daemon_check |
int | CGI_ID = HISTORY_CGI_ID |
void get_history | ( | void | ) |
int main | ( | void | ) |
int process_cgivars | ( | void | ) |
int CGI_ID = HISTORY_CGI_ID |
int daemon_check |
int display_downtime_alerts = TRUE |
int display_flapping_alerts = TRUE |
int display_frills = TRUE |
int display_header |
int display_system_messages = TRUE |
int display_timebreaks = TRUE |
int display_type = DISPLAY_HOSTS |
int embedded |
int history_options = HISTORY_ALL |
char* host_filter = NULL |
char* host_name = "all" |
char* hostgroup_name = NULL |
int log_archive = 0 |
char log_file_to_use[MAX_FILENAME_LENGTH] |
char main_config_file[MAX_FILENAME_LENGTH] |
char* service_desc = "" |
char* service_filter = NULL |
char* servicegroup_name = NULL |
int show_all_hostgroups = TRUE |
int show_all_hosts = TRUE |
int show_all_servicegroups = TRUE |
int state_options = STATE_ALL |
char url_html_path[MAX_FILENAME_LENGTH] |
char url_images_path[MAX_FILENAME_LENGTH] |
char url_js_path[MAX_FILENAME_LENGTH] |
char url_stylesheets_path[MAX_FILENAME_LENGTH] |
int use_lifo = TRUE |