Page 1 of 1

Nagios export bd - Mysql - Ndoutils

Posted: Wed Mar 21, 2018 11:32 am
by polcrito
Greetings for your attention.

For now I have only a normal version of nagios is not the nagios xi, but I need this nagios is storing the data of the reports in a mysql database, because that data the ulilizo in a scada, I can use so that that database is always updated and reflected, been investigating with ndoutils, is enough or need another application.



att



Polcrito

Re: Nagios export bd - Mysql - Ndoutils

Posted: Fri Mar 23, 2018 8:19 am
by mcapra
The best solution depends on exactly what you'd like to report on.

The basic Nagios Core reports are actually parsed directly from the Nagios Core logs. Though, you could get roughly the same insights from a database being written to by NDOUtils. You'd just have to write the logic yourself or port the existing Nagios Core reporting CGIs into something more SQL friendly.

Here's the official documentation for setting up NDOUtils:
https://support.nagios.com/kb/article.php?id=406

Re: Nagios export bd - Mysql - Ndoutils

Posted: Fri Mar 23, 2018 1:28 pm
by cdienger
Thanks for the assist @mcapra!