#include "config.h"
#include "comments.h"
#include "common.h"
#include "statusdata.h"
#include "downtime.h"
#include "macros.h"
#include "icinga.h"
#include "broker.h"
#include "perfdata.h"
#include "tap.h"
#include "test-stubs.c"
Defines | |
#define | NSCORE 1 |
Functions | |
void | setup_check_result () |
int | update_program_status (int aggregated_dump) |
int | log_debug_info (int level, int verbosity, const char *fmt,...) |
void | setup_objects (time_t time) |
int | main (int argc, char **argv) |
Variables | |
service * | svc1 = NULL |
service * | svc2 = NULL |
host * | host1 = NULL |
int | found_log_rechecking_host_when_service_wobbles = 0 |
int | found_log_run_async_host_check_3x = 0 |
check_result * | tmp_check_result |
int | c = 0 |
#define NSCORE 1 |
int log_debug_info | ( | int | level, | |
int | verbosity, | |||
const char * | fmt, | |||
... | ||||
) |
int main | ( | int | argc, | |
char ** | argv | |||
) |
void setup_check_result | ( | ) |
void setup_objects | ( | time_t | time | ) |
int update_program_status | ( | int | aggregated_dump | ) |
int c = 0 |