Search found 9 matches
- Wed Feb 25, 2026 2:26 pm
- Forum: Nagios XI
- Topic: Failed Upgrade to 2026R1.2
- Replies: 3
- Views: 98
Re: Failed Upgrade to 2026R1.2
Tried to upgrade to the latest and greatest this morning, looking forward to SSO improvements - I errored out with the following (RHEL): UPGRADE: Nagios Core upgraded OK. Building InfluxDB performance data module... gcc -I.. -fPIC -I. -I../include -I.. -I../include -I../lib -g -O2 -DHAVE_CONFIG_H -...
- Thu Jan 08, 2026 10:51 am
- Forum: Nagios XI
- Topic: Nagios XI DUO 2FA Integration - CA Bundle
- Replies: 7
- Views: 11625
Re: Nagios XI DUO 2FA Integration - CA Bundle
Hey, Aaron. Appreciate the response. As an fyi - we have two XI installs - the "prod" node RHEL 8 and PHP 8.4 module active/running; the "test" node is on RHEL 9 and PHP 8.4 module active/running. Both have been fine for us thus far, in general. Of course that doesn't say much fo...
- Mon Jan 05, 2026 8:34 am
- Forum: Nagios XI
- Topic: Nagios XI DUO 2FA Integration - CA Bundle
- Replies: 7
- Views: 11625
Nagios XI DUO 2FA Integration - CA Bundle
Hello, DUO has been notifying customers of their existing CA bundle expiring on Feb 2nd 2026. They advise updating any impacted clients/applications to prevent auth or service disruption. The Nagios XI DUO 2FA Integration reports back to the internal DUO admin report page that it is using 1.0.0 duo_...
- Mon Oct 06, 2025 8:58 am
- Forum: Nagios XI
- Topic: PHP 8.4 Syntax Issue - gauges.inc.php
- Replies: 7
- Views: 17710
PHP 8.4 Syntax Issue - gauges.inc.php
Hello, As of a recent update of Nagios XI to v2024.2.2.1 then a PHP 8.4 upgrade in the Nagios XI host, any service performance graphs would sit and never render. They get a constant spinning wheel. I fixed the issue but it then returned in Nagios XI 2026R1. The PHP error logs revealed the following:...
- Fri Dec 08, 2023 9:12 am
- Forum: Nagios XI
- Topic: XI 2024 - Scheduled Downtime
- Replies: 2
- Views: 3505
Re: XI 2024 - Scheduled Downtime
Found it!
Have to click the 'Nagios XI' logo on the top left.
Have to click the 'Nagios XI' logo on the top left.
- Fri Dec 08, 2023 8:49 am
- Forum: Nagios XI
- Topic: XI 2024 - Scheduled Downtime
- Replies: 2
- Views: 3505
XI 2024 - Scheduled Downtime
Hello, I upgraded a test install of Nagios 5.11.3 to the 2024R1 new naming convention(?). https://assets.nagios.com/downloads/nagiosxi/docs/Configuring-Downtime-In-Nagios%20XI.pdf I'm looking for the former Home > Incident Management > Scheduled Downtime section in the UI. I see 'Home' is removed, b...
- Thu Sep 28, 2023 9:48 am
- Forum: Nagios XI
- Topic: Running a local check in remote host from Nagios XI
- Replies: 1
- Views: 954
Re: Running a local check in remote host from Nagios XI
May have found the issue. When running it locally as the nagios-user I'm getting this: sudo -u nagios-user /var/lib/nagios-user/check_cert.sh -w 178 -c 7 Can't open /cert/location/cert.pem for reading, Permission denied 140559260428096:error:0200100D:system library:fopen:Permission denied:crypto/bio...
- Thu Sep 28, 2023 9:07 am
- Forum: Nagios XI
- Topic: Running a local check in remote host from Nagios XI
- Replies: 1
- Views: 954
Running a local check in remote host from Nagios XI
Hello, I am trying to run a check of a local certificate file - not doing an SSL/HTTPS/443 check on an active port. The check script in the remote machine is using openssl to validate the certificate lifespan. Below is the script and it works as expected when run as root locally in the target machin...
- Tue Oct 11, 2022 10:46 am
- Forum: Open Source Nagios Projects
- Topic: Freshness Checks Question
- Replies: 1
- Views: 704
Freshness Checks Question
Hello, If I have a custom 'host template' that is doing a 'check_ping' check command, and the 'check settings' are set for a 'check interval' of '1min', 'check freshness' toggled 'ON' with 'Freshness threshold' set to 30sec, will this cause the toggled 'check_ping' command to run every 30 seconds? I...