#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 | |
| int | process_cgivars (void) |
| int | display_log (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 |
| int | showlog_initial_states |
| int | showlog_current_states |
| int | display_type = DISPLAY_HOSTS |
| int | show_all_hosts = TRUE |
| int | show_all_hostgroups = TRUE |
| int | show_all_servicegroups = TRUE |
| char * | host_name = NULL |
| char * | host_filter = NULL |
| char * | hostgroup_name = NULL |
| char * | servicegroup_name = NULL |
| char * | service_desc = NULL |
| char * | service_filter = NULL |
| authdata | current_authdata |
| char | log_file_to_use [MAX_FILENAME_LENGTH] = "" |
| int | log_archive = 0 |
| int | use_lifo = TRUE |
| int | embedded |
| int | display_header |
| int | display_frills = TRUE |
| int | display_timebreaks = TRUE |
| int | daemon_check |
| int | CGI_ID = SHOWLOG_CGI_ID |
| int display_log | ( | void | ) |
| int main | ( | void | ) |
| int process_cgivars | ( | void | ) |
| int CGI_ID = SHOWLOG_CGI_ID |
| int daemon_check |
| int display_frills = TRUE |
| int display_header |
| int display_timebreaks = TRUE |
| int display_type = DISPLAY_HOSTS |
| int embedded |
| char* host_filter = NULL |
| char* host_name = NULL |
| 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 = NULL |
| char* service_filter = NULL |
| char* servicegroup_name = NULL |
| int show_all_hostgroups = TRUE |
| int show_all_hosts = TRUE |
| int show_all_servicegroups = TRUE |
| 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 |
1.4.7