![]() |
Icinga-core 1.4.0
next gen monitoring
|
#include "config.h"
#include "common.h"
#include "locations.h"
#include "cgiutils.h"
#include "getcgi.h"
#include <stdarg.h>
Go to the source code of this file.
Defines | |
#define | CHARLEN 256 |
#define | max(a, b) ((a)>(b))?(a):(b) |
Functions | |
int | main (int argc, char **argv) |
#define CHARLEN 256 |
Definition at line 11 of file daemonchk.c.
#define max | ( | a, | |
b | |||
) | ((a)>(b))?(a):(b) |
Definition at line 12 of file daemonchk.c.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 21 of file daemonchk.c.