Page 1 of 1
Nagios Core Database
Posted: Tue Mar 04, 2014 1:12 pm
by CMSNagios
Hi Team,
I want to know about database in Nagios Core,
1] What type of database in Nagios Core.
2] How manipulate or maintain the Nagios Core database.
3] If Nagios Core database is crashed, what are the possibilities to recover.
Thanks and Regards,
Sandeep Patil
Re: Nagios Core Database
Posted: Tue Mar 04, 2014 2:06 pm
by sreinhardt
Core does not use any form of database on its own. If you are using ndoutils or nagiosql, most guides walk through using mysql, however it is possible to use postgres as well.
Re: Nagios Core Database
Posted: Sat Mar 08, 2014 1:39 pm
by CMSNagios
Nagios Core user is own database.
Any issue with core data or database i.e. data base crash, corrupt.
Kindly share any recover process.
Re: Nagios Core Database
Posted: Mon Mar 10, 2014 9:13 am
by tmcdonald
As sreinhardt just mentioned:
sreinhardt wrote:Core does not use any form of database on its own.
Which database of yours is crashing? If you are just using Nagios Core, there should be no database created.
Re: Nagios Core Database
Posted: Tue Mar 11, 2014 12:04 pm
by CMSNagios
Asking only for knowge.
I am using Nagios core and want to know any issue with Nagios Core, collocted data and configuration.
If configured 1000 host with services any issue with Nagios Core ?
Re: Nagios Core Database
Posted: Tue Mar 11, 2014 12:17 pm
by scottwilkerson
Should be no problem. Core just used the .cfg files you make, and saves information in status.dat file (which is just a text file).