Page 1 of 1

MySQL DB instead of flatfile

Posted: Thu Dec 16, 2010 1:39 am
by bharti
Hi

I would like to mysql DB with nagios for data storage instead of using default DB flat file.
Is it possible to change and how?

Thanks

Re: MySQL DB instead of flatfile

Posted: Thu Dec 16, 2010 10:37 am
by tonyyarusso
There are two addons that address this.

First, NDOUtils will store check data and history in MySQL, making it available to other applications for display.

Second, NagiosQL lets you build the configuration in MySQL and write it out to the flat files Nagios expects.

Nagios does not support reading configurations directly from a SQL database.