Page 1 of 1

Nagios with MySql backend

Posted: Thu Apr 11, 2013 2:45 pm
by bcdudley
Hello,
I used to use Nagios heavily on our network of 300 users at 90 locations. I gave up on it because of the difficulty involved in maintaining the data files for all the locations. Now we have grown up and have 5000 users and 650 locations. I need to have a Nagios like program. We currently keep a seperate database that has all of the data that Nagios would ever need for monitoring.

My thought is to have some type of job (Think DTS jobs from M$ SQL) that can pull the data over into a MySql backend. These databases are updated on a daily and sometimes hourly basis and from numerous sources. Trying to keep up with all these updates manually would not make sense. A daily import job would make sense.

Can Nagios Core even run from a Sql backend, or do I need to find a way to pull the data and write it to the text files?

Re: Nagios with MySql backend

Posted: Thu Apr 11, 2013 5:23 pm
by abrist
This wheel has already been invented.
I think you should check out:

Historical data in sql: ndoutils
Configs in sql: nagiosql

Re: Nagios with MySql backend

Posted: Mon Apr 15, 2013 1:21 pm
by bcdudley
That is what I was hoping for. I will check it out. Thank you.

Re: Nagios with MySql backend

Posted: Mon Apr 15, 2013 2:11 pm
by slansing
Let us know how integration goes.