Re: [Nagios-devel] Database Support in Nagios 2.0

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] Database Support in Nagios 2.0

Post by Guest »

> As far as logging events, etc. to a DB in addition to the default log
> file, that will be easy to do once I finish writing an external addon
> specifically for this purpose. Basically Nagios will pass
> information (log entries, check results, events, etc.) to an exernal
> daemon. That daemon will be able to load user-defined modules that
> can handle some or all of that data any way they choose (modules will
> register callback functions for different types of data they want at
> load time). A simple module might trap host/service alerts and all
> log file entries and dump them into a DB. Other modules might take
> performance data from host/service checks and dump it to a DB, pipe
> it into an RRDTool-enabled app, etc.

Aaargh! Typical! Just finished writing code to use a DB for all the log
stuff, just going through finial testing now. Are people still
interested in this, or would they prefer to wait for the new system?

--
Dougal Scott Connect Internet Solutions
dwagon@connect.com.au 9/114 Albert Rd
Senior Systems Administrator South Melbourne, Australia, 3205





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: dwagon@connect.com.au
Locked