Search found 28 matches

by stefanw
Mon Mar 25, 2019 3:06 pm
Forum: Nagios XI
Topic: Get full DN for AD user account?
Replies: 5
Views: 411

Re: Get full DN for AD user account?

Try this query against the nagiosxi database: select * from xi_usermeta where keyname='ldap_ad_dn' || keyname='ldap_ad_username'; Spectacular! That does the trick perfectly! Thanks for the quick reply! OK to lock up this topic. For posterity and to benefit others who may find it helpful, some obfus...
by stefanw
Mon Mar 25, 2019 2:51 pm
Forum: Nagios XI
Topic: Get full DN for AD user account?
Replies: 5
Views: 411

Re: Get full DN for AD user account?

Also since one of the possible solutions might be SQL, I should note the database basics... All four of our XI instances are using MySQL. Three of the four are using the latest available on RHEL 6.10, MySQL 5.1.73. One has an offloaded MySQL on AWS RDS, engine 5.7.23. (I doubt the engine version mak...
by stefanw
Mon Mar 25, 2019 11:45 am
Forum: Nagios XI
Topic: Get full DN for AD user account?
Replies: 5
Views: 411

Re: Get full DN for AD user account?

I forgot to mention... three of the four are XI version 5.5.11, and one is 5.5.7.
by stefanw
Mon Mar 25, 2019 11:42 am
Forum: Nagios XI
Topic: Get full DN for AD user account?
Replies: 5
Views: 411

Get full DN for AD user account?

Hi everyone -- I searched every-which-way for a previous topic which answered this but came up empty... We have four Nagios XI servers (two active, two standby) and I need to sync up all the user accounts across all of them. The accounts involved are all "imported" from Active Directory, w...
by stefanw
Wed Jan 16, 2019 11:19 am
Forum: Nagios XI
Topic: Core to XI migration - Notes missing from XI
Replies: 3
Views: 296

Re: Core to XI migration - Notes missing from XI

By the way, we can't enable CCM access for everyone, so it's not a solution to have people View in Nagios Core from the Advanced tab.
by stefanw
Wed Jan 16, 2019 11:18 am
Forum: Nagios XI
Topic: Core to XI migration - Notes missing from XI
Replies: 3
Views: 296

Core to XI migration - Notes missing from XI

Hi folks -- I am working on migrating our last (and largest) Nagios Core implementation into XI. We have almost 1800 Hosts and more than 7700 Services in this Core right now. We make extensive use of notes_url and action_url and notes in Core, to provide info to everyone from support teams to busine...
by stefanw
Tue Dec 18, 2018 2:44 pm
Forum: Nagios XI
Topic: CCM stuck on "Changes detected!" after Apply Configuration
Replies: 19
Views: 2343

Re: CCM stuck on "Changes detected!" after Apply Configurati

stefanw , Glad that solution worked for you. Sure, we'll keep this open for a while. As far as converting tables to InnoDB. The latest XI supports InnoDB engine for the nagiosxi and nagiosql databases. Nagios database needs to stay in My-ISAM. Perhaps instead of using AWS backup system, you can set...
by stefanw
Fri Dec 14, 2018 4:21 pm
Forum: Nagios XI
Topic: CCM stuck on "Changes detected!" after Apply Configuration
Replies: 19
Views: 2343

Re: CCM stuck on "Changes detected!" after Apply Configurati

Holy @#&% setting the timezone in the RDS might have finally been the solution!!! I have to do more testing, but now (for the first time in a week or more!) things that are edited are now appearing with "Status: Applied" and the " Changes detected! " is not showing up! This i...
by stefanw
Fri Dec 14, 2018 10:50 am
Forum: Nagios XI
Topic: CCM stuck on "Changes detected!" after Apply Configuration
Replies: 19
Views: 2343

Re: CCM stuck on "Changes detected!" after Apply Configurati

Let's compare time/timezones on your nagios server and the remote mysql server. Run these commands on the Nagios server and show me the output. ## checking time / date on systems grep "date.timezone" /etc/php.ini ls -l /etc/localtime php -r 'echo date("D M j G:i:s T Y")."\n...
by stefanw
Thu Dec 13, 2018 4:16 pm
Forum: Nagios XI
Topic: CCM stuck on "Changes detected!" after Apply Configuration
Replies: 19
Views: 2343

Re: CCM stuck on "Changes detected!" after Apply Configurati

Also as I mentioned before, I'm willing to try running /usr/local/nagiosxi/scripts/restore_defaults.sh if you can confirm for me that it ONLY sets Core / CCM to defaults. This is a pre-production server that has nothing important in Core configs, but I don't want to have to set up XI all over again....