Re: [Nagios-devel] Database support.

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.

Post by Guest »

On Mon, 28 Apr 2003, Jeremy Russell wrote:

> Hello list,
> I was just wanting to throw around the idea of DB support for
> all data theat nagios uses (object, status, etc..).
>
> Is DB support just too slow or harder to implement?

You can put status and other output data into a DB.
(xdata and comment options to configure)

Nagios does not have, and there are no plans to add, new object creation
capabilities during runtime.

So all Nagios needs at startup is the object config data. It is easier to
manage it through flat files than through a db specially if fields and
objects are getting moved around.

A lot of people would like DB support for integration into other tools
that have a DB backend. The way to acheive this is to write a tool to
dump your DB to Nagios' into config files.


--
-sg






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