Search found 388 matches

by bbahn
Wed Apr 08, 2026 11:33 am
Forum: Nagios XI
Topic: Where are the log located ?
Replies: 3
Views: 426

Re: Where are the log located ?

I forgot to mention, SSO logging wasn't implemented until 2026R1.
by bbahn
Tue Apr 07, 2026 10:10 am
Forum: Nagios XI
Topic: Where are the log located ?
Replies: 3
Views: 426

Re: Where are the log located ?

Hello @Mosiout,

The SSO logs are located in /usr/local/nagiosxi/var/components/sso_integration.log.
by bbahn
Thu Apr 02, 2026 2:58 pm
Forum: Nagios XI
Topic: Contact Host and Service Event Handler/Notification Commands
Replies: 10
Views: 971

Re: Contact Host and Service Event Handler/Notification Commands

Please verify that your inheritance isn't being negated. Services have some very particular rules around whether they will and what they will inherit from their host. https://assets.nagios.com/downloads/nagioscore/docs/nagioscore/4/en/whatsnew.html Contact Inheritance - According to the documentatio...
by bbahn
Fri Mar 20, 2026 10:55 am
Forum: Nagios XI
Topic: Object does not exist after restore
Replies: 2
Views: 1349

Re: Object does not exist after restore

Hello @davemulv1,

Have you tried repairing the database? https://assets.nagios.com/downloads/nag ... abases.pdf

It's hard to say for sure without digging in deeper, but that seems the most likely cause to me.
by bbahn
Tue Mar 17, 2026 2:28 pm
Forum: Nagios XI
Topic: Moving configuration info between Nagios servers
Replies: 1
Views: 2496

Re: Moving configuration info between Nagios servers

Here's our documentation on backing up/restoring/migrating XI: How To Back Up & Restore Your Nagios XI 2024 Or 2026
System


I believe 2026R1.0.1 is recent enough where a backup and restore should work between them.
by bbahn
Mon Mar 16, 2026 9:24 am
Forum: Nagios XI
Topic: “Last Login” Time Not Updating After SSO Authentication
Replies: 1
Views: 2809

Re: “Last Login” Time Not Updating After SSO Authentication

Hello @Gonzalezenks,

What version of Nagios XI are you on? There was a fix for this issue on 2026R1. Are you continuing to encounter this after the fix was implemented?
by bbahn
Tue Mar 10, 2026 12:54 pm
Forum: Nagios XI
Topic: Azure SSO Admins Cannot Schedule Downtime
Replies: 6
Views: 11088

Re: Azure SSO Admins Cannot Schedule Downtime

@clangbecker, I have got in a fix for PHP message: PHP Warning: Undefined variable $ts in /usr/local/nagiosxi/html/includes/utils-time.inc.php on line 68 and fixed a bad comparison where the scheduled downtime feature was comparing minutes to seconds, which may be the cause of your inability to gene...
by bbahn
Fri Mar 06, 2026 11:13 am
Forum: Nagios XI
Topic: Azure SSO Admins Cannot Schedule Downtime
Replies: 6
Views: 11088

Re: Azure SSO Admins Cannot Schedule Downtime

Interesting. I haven't been able to reproduce this, but I'll see if I can figure out what's going wrong here. Does this issue only ever happen with those configured via SSO and is it consistent?
by bbahn
Fri Feb 27, 2026 3:35 pm
Forum: Nagios XI
Topic: Azure SSO Admins Cannot Schedule Downtime
Replies: 6
Views: 11088

Re: Azure SSO Admins Cannot Schedule Downtime

Hi @clangbecker, So you're saying that admins configured with SSO prior to 1.2 are unable to schedule downtime? Is your XI instance updated to 1.2? I just configured an admin user via SSO on my 1.2 machine and had no trouble scheduling downtime. Have you seen anything in your PHP logs when they atte...
by bbahn
Wed Jan 21, 2026 10:28 am
Forum: Nagios XI
Topic: Error missing table SSO mappings after 2026R1.1
Replies: 8
Views: 26540

Re: Error missing table SSO mappings after 2026R1.1

If you update your xi_users table to InnoDB, you should be able to run the schema without issue. You can accomplish this with

Code: Select all

ALTER TABLE xi_users ENGINE = InnoDB;
Nagios XI 2026R1.1.1 will have a script that will update the table engines for the nagiosxi database and will resolve this issue.