#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"
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 |
int helloworld_handle_data | ( | int | , | |
void * | ||||
) |
void helloworld_reminder_message | ( | char * | ) |
NEB_API_VERSION | ( | CURRENT_NEB_API_VERSION | ) |
int nebmodule_deinit | ( | int | flags, | |
int | reason | |||
) |
int nebmodule_init | ( | int | flags, | |
char * | args, | |||
nebmodule * | handle | |||
) |
void* helloworld_module_handle = NULL |