Search found 253 matches

by gwesterman
Mon Mar 24, 2025 3:27 pm
Forum: Nagios XI
Topic: RESOLVED: Upgrade NagiosXI to a specific version
Replies: 7
Views: 268

Re: Upgrade NagiosXI to a specific version

Hi @igae1, In order to upgrade to 5.11.3, you first need to install your current version from source and migrate (backup and restore). Once you have migrated, you are free to upgrade to any version you want. The migration process must be done between two servers with the same version. Here are instr...
by gwesterman
Fri Mar 21, 2025 3:22 pm
Forum: Nagios XI
Topic: Ghost config
Replies: 12
Views: 581

Re: Ghost config

Hi,

You can try repairing the database if you haven't already.

Code: Select all

cd /usr/local/nagiosxi/scripts
./repair_databases.sh
service nagios stop
service ndo2db restart
service nagios start
by gwesterman
Mon Mar 17, 2025 2:53 pm
Forum: Nagios XI
Topic: Scheduled Report pdf(s) blank with msg - Your session has timed out.
Replies: 4
Views: 290

Re: Scheduled Report pdf(s) blank with msg - Your session has timed out.

Hi @BenCowan, Try running the command directly from the CLI. What does it output? Does the pdf exist or does it never get generated? Are session.cookie_secure or session.cookie_samesite set in your php.ini? Try setting them to 0 or Off and restarting php-fpm. It may also be worth it to try updating ...
by gwesterman
Thu Mar 13, 2025 2:56 pm
Forum: Nagios XI
Topic: Nagios XI - Custom URL Dashlet (Error: Unable to access URL)
Replies: 6
Views: 526

Re: Nagios XI - Custom URL Dashlet (Error: Unable to access URL)

You're very welcome! Glad I could help. I'm going to go ahead and lock this thread.
by gwesterman
Wed Mar 12, 2025 4:27 pm
Forum: Open Source Nagios Projects
Topic: Nagios UI not loading in linux 8 OS
Replies: 5
Views: 952

Re: Nagios UI not loading in linux 8 OS

Hi @mkumarv,

What steps did you follow to upgrade your distro?

Here is a thread covering the process pretty well. I suggest trying this process.

Thank you!
by gwesterman
Mon Mar 10, 2025 4:32 pm
Forum: Nagios XI
Topic: Nagios XI - Custom URL Dashlet (Error: Unable to access URL)
Replies: 6
Views: 526

Re: Nagios XI - Custom URL Dashlet (Error: Unable to access URL)

Hi @serverbeheer,

Since you're referring to your own XI, take a look at the Frame Restrictions settings in Admin -> System Settings -> Security. What do you have set? Try allowing your server or disabling the restrictions.

Thank you!
by gwesterman
Fri Mar 07, 2025 3:07 pm
Forum: Nagios XI
Topic: New install of Nagios XI - Return code of 127 monitoring Windows VM
Replies: 5
Views: 293

Re: New install of Nagios XI - Return code of 127 monitoring Windows VM

Hi @LACMAIS, I have a couple rudimentary troubleshooting steps for you to try out: 1. Make sure NCPA is installed and running (check the services on the Windows machine). Also go to https://<windows_ip>:5693 and make sure you can access the GUI. 2. Verify the plugins you are trying to run are instal...
by gwesterman
Tue Mar 04, 2025 5:26 pm
Forum: Open Source Nagios Projects
Topic: How can sort alerts to show descending according to the last check
Replies: 4
Views: 1370

Re: How can sort alerts to show descending according to the last check

Hi @virtualcdc,

As far as I know, there is no ability to save column sorting selections or set them as default. However, Nagios Core is an open source project so you can always make a feature request or even make a pull request with the feature added.

Thank you!
by gwesterman
Mon Mar 03, 2025 4:03 pm
Forum: Nagios XI
Topic: Nagios XI help menue keep dropping down
Replies: 3
Views: 294

Re: Nagios XI help menue keep dropping down

Hi @rbnagios,

Are there are errors in the console? Any php errors? Does it happen on every browser? Does it continue to happen if you refresh the cache?

Thank you!