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
Nagios Core Database
-
sreinhardt
- -fno-stack-protector
- Posts: 4366
- Joined: Mon Nov 19, 2012 12:10 pm
Re: Nagios Core Database
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.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
Re: Nagios Core Database
Nagios Core user is own database.
Any issue with core data or database i.e. data base crash, corrupt.
Kindly share any recover process.
Any issue with core data or database i.e. data base crash, corrupt.
Kindly share any recover process.
Re: Nagios Core Database
As sreinhardt just mentioned:
Which database of yours is crashing? If you are just using Nagios Core, there should be no database created.sreinhardt wrote:Core does not use any form of database on its own.
Former Nagios employee
Re: Nagios Core Database
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 ?
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 ?
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Nagios Core Database
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).