Icinga-core 1.4.0
next gen monitoring
contrib/daemonchk.c File Reference
#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 Documentation

#define CHARLEN   256

Definition at line 11 of file daemonchk.c.

#define max (   a,
 
)    ((a)>(b))?(a):(b)

Definition at line 12 of file daemonchk.c.


Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 21 of file daemonchk.c.

 All Data Structures Files Functions Variables Typedefs Defines