Icinga-core 1.4.0
next gen monitoring
module/helloworld.c File Reference
#include "../include/nebmodules.h"
#include "../include/nebcallbacks.h"
#include "../include/nebstructs.h"
#include "../include/broker.h"
#include "../include/config.h"
#include "../include/common.h"
#include "../include/icinga.h"

Go to the source code of this file.

Functions

 NEB_API_VERSION (CURRENT_NEB_API_VERSION)
void helloworld_reminder_message (char *)
int helloworld_handle_data (int, void *)
int nebmodule_init (int flags, char *args, nebmodule *handle)
int nebmodule_deinit (int flags, int reason)

Variables

void * helloworld_module_handle = NULL

Function Documentation

int helloworld_handle_data ( int  event_type,
void *  data 
)

Definition at line 114 of file helloworld.c.

void helloworld_reminder_message ( char *  message)

Definition at line 101 of file helloworld.c.

NEB_API_VERSION ( CURRENT_NEB_API_VERSION  )
int nebmodule_deinit ( int  flags,
int  reason 
)

Definition at line 85 of file helloworld.c.

int nebmodule_init ( int  flags,
char *  args,
nebmodule handle 
)

Definition at line 48 of file helloworld.c.


Variable Documentation

Definition at line 41 of file helloworld.c.

 All Data Structures Files Functions Variables Typedefs Defines