Re: [Nagios-devel] [RFC] Data from file to sqlite3

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

Re: [Nagios-devel] [RFC] Data from file to sqlite3

Post by Guest »

Yann Jouanin schrieb:
> That could be an idea.... but getting it as a backend (like xsdata.c for
> example) would permit to use backends as entry points (not only for "data
> out")... something like a "Nagios Data In/Out" ;-) (including for
> configuration).

I don't think so.
Input should be done by external commands. This interface is already working.

Output should be generated by an _optional_ NEB broker module.

Pro ndomod.o

+ Done by Ethan!
+ UNIX an TCP Sockets are already implemented.
+ Structured Data ( protoapi.h )
+ Simple to parse.
+ Robust
+ Fast

Con ndomod.o

- blocking on slow backends





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked