Icinga-core 1.4.0
next gen monitoring
module/idoutils/src/log2ido.c File Reference
#include "../../../include/config.h"
#include "../include/common.h"
#include "../include/io.h"
#include "../include/protoapi.h"

Go to the source code of this file.

Defines

#define LOG2IDO_VERSION   "1.4.0"
#define LOG2IDO_NAME   "LOG2IDO"
#define LOG2IDO_DATE   "05-11-2011"

Functions

int process_arguments (int, char **)
int main (int argc, char **argv)

Variables

char * source_name = NULL
char * dest_name = NULL
char * instance_name = NULL
int socket_type = IDO_SINK_UNIXSOCKET
int tcp_port = 0
int show_version = IDO_FALSE
int show_license = IDO_FALSE
int show_help = IDO_FALSE

Define Documentation

#define LOG2IDO_DATE   "05-11-2011"

Definition at line 16 of file log2ido.c.

#define LOG2IDO_NAME   "LOG2IDO"

Definition at line 15 of file log2ido.c.

#define LOG2IDO_VERSION   "1.4.0"

Definition at line 14 of file log2ido.c.


Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 32 of file log2ido.c.

int process_arguments ( int  argc,
char **  argv 
)

Variable Documentation

char* dest_name = NULL

Definition at line 23 of file log2ido.c.

char* instance_name = NULL

Definition at line 24 of file log2ido.c.

int show_help = IDO_FALSE

Definition at line 29 of file log2ido.c.

int show_license = IDO_FALSE

Definition at line 28 of file log2ido.c.

int show_version = IDO_FALSE

Definition at line 27 of file log2ido.c.

int socket_type = IDO_SINK_UNIXSOCKET

Definition at line 25 of file log2ido.c.

char* source_name = NULL

Definition at line 22 of file log2ido.c.

int tcp_port = 0

Definition at line 26 of file log2ido.c.

 All Data Structures Files Functions Variables Typedefs Defines