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

Go to the source code of this file.

Defines

#define FILE2SOCK_VERSION   "1.4.0"
#define FILE2SOCK_NAME   "FILE2SOCK"
#define FILE2SOCK_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
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 FILE2SOCK_DATE   "05-11-2011"

Definition at line 17 of file file2sock.c.

#define FILE2SOCK_NAME   "FILE2SOCK"

Definition at line 16 of file file2sock.c.

#define FILE2SOCK_VERSION   "1.4.0"

Definition at line 15 of file file2sock.c.


Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 31 of file file2sock.c.

int process_arguments ( int  argc,
char **  argv 
)

Definition at line 128 of file file2sock.c.


Variable Documentation

char* dest_name = NULL

Definition at line 24 of file file2sock.c.

int show_help = IDO_FALSE

Definition at line 29 of file file2sock.c.

int show_license = IDO_FALSE

Definition at line 28 of file file2sock.c.

int show_version = IDO_FALSE

Definition at line 27 of file file2sock.c.

int socket_type = IDO_SINK_UNIXSOCKET

Definition at line 25 of file file2sock.c.

char* source_name = NULL

Definition at line 23 of file file2sock.c.

int tcp_port = 0

Definition at line 26 of file file2sock.c.

 All Data Structures Files Functions Variables Typedefs Defines