#include "../include/config.h"
#include "../include/common.h"
#include "../include/objects.h"
#include "../include/comments.h"
#include "../include/statusdata.h"
#include "../include/cgiutils.h"
#include "../include/getcgi.h"
#include "../include/cgiauth.h"
Go to the source code of this file.
Typedef Documentation
Function Documentation
void add_hostoutage |
( |
host * |
hst | ) |
|
void calculate_outage_effect_of_host |
( |
host * |
hst, |
|
|
int * |
affected_hosts, |
|
|
int * |
affected_services |
|
) |
| |
void calculate_outage_effects |
( |
void |
| ) |
|
void display_network_outages |
( |
void |
| ) |
|
void find_hosts_causing_outages |
( |
void |
| ) |
|
void free_hostoutage_list |
( |
void |
| ) |
|
void free_hostoutagesort_list |
( |
void |
| ) |
|
int is_route_to_host_blocked |
( |
host * |
hst | ) |
|
int number_of_host_services |
( |
host * |
hst | ) |
|
int process_cgivars |
( |
void |
| ) |
|
void sort_hostoutages |
( |
void |
| ) |
|
Variable Documentation
determine the view (host/service)
Definition at line 49 of file outages.c.
requested host name
the requested host name
Definition at line 54 of file outages.c.
requested hostgroup name
Definition at line 56 of file outages.c.
requested service name
the requested service name
Definition at line 58 of file outages.c.
requested servicegroup name
Definition at line 57 of file outages.c.
if historical data is requested for all hosts
Definition at line 50 of file outages.c.