#include "../include/config.h"#include "../include/common.h"#include "../include/objects.h"#include "../include/statusdata.h"#include "../include/cgiutils.h"#include "../include/getcgi.h"#include "../include/cgiauth.h"| #define DISPLAY_ALL_PROBLEMS 8 |
| #define DISPLAY_HOST 0 |
| #define DISPLAY_HOST_SERVICES 1 |
| #define DISPLAY_HOST_SUMMARY 0 |
| #define DISPLAY_HOSTGROUP 2 |
| #define DISPLAY_HOSTGROUP_OVERVIEW 1 |
| #define DISPLAY_HOSTGROUP_SUMMARY 0 |
| #define DISPLAY_INDEX 3 |
| #define DISPLAY_PING 4 |
| #define DISPLAY_PROCESS 7 |
| #define DISPLAY_QUICKSTATS 6 |
| #define DISPLAY_SERVICE 1 |
| #define DISPLAY_TRACEROUTE 5 |
| #define DISPLAY_UNHANDLED_PROBLEMS 9 |
| void display_host | ( | void | ) |
| void display_host_services | ( | void | ) |
| void display_hostgroup_overview | ( | void | ) |
| void display_hostgroup_summary | ( | void | ) |
| void display_index | ( | void | ) |
| void display_ping | ( | void | ) |
| void display_problems | ( | void | ) |
| void display_process | ( | void | ) |
| void display_quick_stats | ( | void | ) |
| void display_service | ( | void | ) |
| void display_traceroute | ( | void | ) |
| int is_valid_hostip | ( | char * | hostip | ) |
| int main | ( | void | ) |
| int process_cgivars | ( | void | ) |
| int validate_arguments | ( | void | ) |
| int CGI_ID = STATUSWML_CGI_ID |
| int daemon_check |
| int display_type = DISPLAY_INDEX |
| char* host_filter = NULL |
| char* host_name = NULL |
| int host_style = DISPLAY_HOST_SUMMARY |
| char* hostgroup_name = NULL |
| int hostgroup_style = DISPLAY_HOSTGROUP_SUMMARY |
| hoststatus* hoststatus_list |
| char main_config_file[MAX_FILENAME_LENGTH] |
| char* ping_address = "" |
| char* ping_syntax |
| time_t program_start |
| char* service_desc = NULL |
| char* service_filter = NULL |
| char* servicegroup_name = NULL |
| servicestatus* servicestatus_list |
| int show_all_hostgroups = TRUE |
| int show_all_hosts = TRUE |
| int show_all_servicegroups = TRUE |
| char* traceroute_address = "" |
1.4.7