Search found 123 matches

by danderson
Tue May 14, 2024 4:10 pm
Forum: Nagios XI
Topic: XI updates not written to cfg files
Replies: 2
Views: 48

Re: XI updates not written to cfg files

Thanks for reaching out robertl , I would make sure that ndo has the correct database password for the nagios user. You can view the username and password in /usr/local/nagios/etc/ndo.cfg . If that is correct but you are still having issues, verify the nagiosql database password. You can view it wit...
by danderson
Fri May 10, 2024 11:09 am
Forum: Nagios XI
Topic: Upgrade Issue 5.11.3 to 2024R1.1.2
Replies: 2
Views: 99

Re: Upgrade Issue 5.11.3 to 2024R1.1.2

Thanks for reaching out COSIT , Before doing the upgrade, make sure that the root password is updated and accurate in /usr/local/nagiosxi/var/xi-sys.cfg and /usr/local/nagiosxi/etc/xi-sys.cfg . It will be the mysqlpass variable in that file. I'm assuming that's the only issue you are encountering. L...
by danderson
Thu May 09, 2024 10:56 am
Forum: Nagios XI
Topic: Monitoring Engine not running after attempted upgrade.
Replies: 3
Views: 111

Re: Monitoring Engine not running after attempted upgrade.

Thanks for reaching out @sawdusty,

Is there anything interesting in /tmp/xi-upgrade.log? I believe that's where the RPM upgrades put their logs.
by danderson
Wed May 08, 2024 2:52 pm
Forum: Nagios XI
Topic: Nagiosxi restore issue
Replies: 8
Views: 252

Re: Nagiosxi restore issue

Most likely! I'll try and get that updated. Glad I could help. Let me know if you run into any other issues.
by danderson
Tue May 07, 2024 2:13 pm
Forum: Nagios XI
Topic: Cannot connect to AD on new nagios server
Replies: 1
Views: 66

Re: Cannot connect to AD on new nagios server

Thanks for reaching out @wagnbeu0,

Just an idea, but could you try re adding the certificate through the interface?

Admin -> Users -> LDAP/AD Integration -> Add Certificate

Let me know if that helps
by danderson
Mon May 06, 2024 4:39 pm
Forum: Nagios XI
Topic: Nagiosxi restore issue
Replies: 8
Views: 252

Re: Nagiosxi restore issue

I think what is happening is the ndo password is also wrong. The mysqlpass parameter in xi-sys.cfg is the root password and is only used during things that require root access like special scripts, installs, and upgrades. There are four other passwords for four other users. Each user has it's own da...
by danderson
Fri May 03, 2024 3:07 pm
Forum: Nagios XI
Topic: Nagiosxi restore issue
Replies: 8
Views: 252

Re: Nagiosxi restore issue

It sounds like you are doing everything properly. I would make sure that the mysqlpass parameter in /usr/local/nagiosxi/etc/xi-sys.cfg and /usr/local/nagiosxi/var/xi-sys.cfg is the correct root password . If that doesn't work, could you try upgrading to the latest version and then try restoring? A l...
by danderson
Thu May 02, 2024 11:39 am
Forum: Nagios XI
Topic: Nagios XI integration with Google Enterprise LDAP?
Replies: 1
Views: 401

Re: Nagios XI integration with Google Enterprise LDAP?

Thanks for reaching out @naggyohs,

Are you using the credentials for the google account or are you using the access credentials that you generated?

Here's docs on generating credentials:
https://support.google.com/a/answer/904 ... cess-codes
by danderson
Wed May 01, 2024 2:53 pm
Forum: Nagios Log Server
Topic: Invalid password on Nagios Log Server Web GUI even after nagiosadmin password reset
Replies: 8
Views: 1498

Re: Invalid password on Nagios Log Server Web GUI even after nagiosadmin password reset

After some investigation, I think I found a fix. I noticed a bug where the output of openssl was different on CentOS 9, leading to the reset script not working. If you are willing to run some terminal commands on the log server machine, here's what you can do: newpass="examplepassword" pas...
by danderson
Wed May 01, 2024 1:25 pm
Forum: Nagios Log Server
Topic: Invalid password on Nagios Log Server Web GUI even after nagiosadmin password reset
Replies: 8
Views: 1498

Re: Invalid password on Nagios Log Server Web GUI even after nagiosadmin password reset

Hello. We are recently having issues logging into the Web GUI for our test environment for our nagios log server with all accounts including our nagiosadmin account. Just in case, we reset the nagiosadmin account via the reset script in /usr/local/nagiosxi/scripts/reset_nagiosadmin_password.php but...