Page 1 of 1
How can I access the Nagios XI DB?
Posted: Tue Jul 03, 2012 5:34 pm
by kenb
We updated some SNMP strings and shortly after a bunch of alerts which is expected. I've tried to update the .cfg files but they get overwritten soon afterwards. I'm assuming what I need to change resides in the Postgres database. Can anyone point me to the connection information for the nagios postgres db?
Re: How can I access the Nagios XI DB?
Posted: Tue Jul 03, 2012 6:56 pm
by nagiosadmin42
Our install is Nagios XI 2011R3.2, which uses mysql and the "nagiosql" database. The default password is "nagiosxi", so to access the database via the command line use: mysql -u root -p"nagiosxi" nagiosql
Re: How can I access the Nagios XI DB?
Posted: Thu Jul 05, 2012 10:49 am
by scottwilkerson
nagiosadmin42 wrote:Our install is Nagios XI 2011R3.2, which uses mysql and the "nagiosql" database. The default password is "nagiosxi", so to access the database via the command line use: mysql -u root -p"nagiosxi" nagiosql
Thanks.
That would be correct. Be careful while directly accessing the database, it is very easy to break a whole system....