Search found 18 matches

by ekapsner
Fri Feb 27, 2026 10:36 am
Forum: Nagios XI
Topic: NagVis Maps Not Displaying Host Names
Replies: 1
Views: 38

Re: NagVis Maps Not Displaying Host Names

Hi rj-admin2 , In the last update, we added support for new themes in NagVis, but the CSS still needs a bit of polishing. I’ll work on refining them in a future update. For now, you can click Choose Theme in the top-right corner and switch to Light Theme , which is the original theme and currently t...
by ekapsner
Tue Feb 24, 2026 10:54 am
Forum: Open Source Nagios Projects
Topic: Unable to fetch Availability report for last 7 days from Nagios core using script
Replies: 3
Views: 694

Re: Unable to fetch Availability report for last 7 days from Nagios core using script

Hi srinija3110 , My intent in recommending set -x and curl -v was not for it to solve the issues with the script, but rather help you debug it. They are both useful options for seeing exactly what a script is doing as it runs. Judging from this output, it looks as though bash is interpreting pieces ...
by ekapsner
Mon Feb 23, 2026 10:47 am
Forum: Open Source Nagios Projects
Topic: Unable to fetch Availability report for last 7 days from Nagios core using script
Replies: 3
Views: 694

Re: Unable to fetch Availability report for last 7 days from Nagios core using script

Hi srinija3110 , The 401 indicates authentication failure. Your script defines NAGIOS_USER and NAGIOS_PASS but the curl command uses $username:$password . Those variables are undefined, so no credentials are being sent. Run the script with set -x or test curl manually with -v to verify what’s actual...
by ekapsner
Fri Jan 30, 2026 10:26 am
Forum: Nagios XI
Topic: Is migrating from 2024R1.1.5 to 2024R2.2.1 supported?
Replies: 4
Views: 6834

Re: Is migrating from 2024R1.1.5 to 2024R2.2.1 supported?

Hi @Petaris,

We only keep RPMs for the five most recent releases. Migrating to a non-RPM release is the most feasible option.

With that being said, it may be worth opening a support ticket. They may be able to be of more help.

Emmett
by ekapsner
Thu Jan 29, 2026 4:26 pm
Forum: Nagios XI
Topic: Is migrating from 2024R1.1.5 to 2024R2.2.1 supported?
Replies: 4
Views: 6834

Re: Is migrating from 2024R1.1.5 to 2024R2.2.1 supported?

Hello Petaris , Nagios XI 2024R1.1.5 is available on both RHEL 8 and RHEL 9. As you mentioned, it's recommended to migrate OSs with the same version of XI and then upgrade to the latest. For more specifics on which versions are compatible with which OSs, here is the corresponding documentation . Let...
by ekapsner
Mon Dec 29, 2025 11:06 am
Forum: Nagios XI
Topic: Problem monitoring Nagios server stats from API
Replies: 1
Views: 3575

Re: Problem monitoring Nagios server stats from API

Hello fkroeger , When using the Nagios XI Server wizard, one must enter the full URL, including the full path. When testing, I was able to replicate your issue by not including the full path. In the URL input, I used http://<nagios-server> instead of http://<nagios-server>/nagiosxi and I saw the exa...
by ekapsner
Thu Dec 18, 2025 10:44 am
Forum: Nagios XI
Topic: Create a Nagios monitoring check
Replies: 2
Views: 4010

Re: Create a Nagios monitoring check

Hi Mititiem , What do you mean by 'they don't seem to work correctly'? Are they not getting the data you expect or are they not integrating well with XI? I can't speak much to the specifics of monitoring IIS application pools, but as far as making checks that work well with XI, I recommend reading t...
by ekapsner
Tue Dec 16, 2025 4:09 pm
Forum: Nagios XI
Topic: Nagvis Error "nagvis.MyFQDN server IP address could not be found."
Replies: 11
Views: 10389

Re: Nagvis Error "nagvis.MyFQDN server IP address could not be found."

Hello @KWGagel,

A fix for this is included in 2026R1.1, which just released today. Please let me know if the fix works for you or if you have any other questions.

Thanks
- Emmett
by ekapsner
Thu Dec 11, 2025 5:17 pm
Forum: Open Source Nagios Projects
Topic: Need Help Understanding Alerts Delay in Network Monitor
Replies: 0
Views: 47027

Re: Need Help Understanding Alerts Delay in Network Monitor

Hello JohnAlaric , The delay in alerting likely comes from Core waiting to send an alert until a hard state change occurs. What that means is that when a host or service first enters a non-OK state, it is in a soft state. It does not enter a hard state until the max_check_attempts limit has been rea...
by ekapsner
Fri Dec 05, 2025 3:35 pm
Forum: Open Source Nagios Projects
Topic: Problem (Backend: nagios): NDO claims that Nagios did not update for more than 180 seconds
Replies: 3
Views: 14877

Re: Problem (Backend: nagios): NDO claims that Nagios did not update for more than 180 seconds

Hello alexh4e , There are a couple of potential causes for this issue. To narrow it down, could you check if there are any NDO related messages in /var/local/nagios/var/nagios.log or any database errors in /var/log/mysql/mysqld.log ? We're specifically looking for any messages from about the same ti...