Search found 258 matches

by gwesterman
Tue May 13, 2025 3:48 pm
Forum: Nagios XI
Topic: Nagios XI "Update in Progress" Message Stuck After Successful Update
Replies: 1
Views: 59

Re: Nagios XI "Update in Progress" Message Stuck After Successful Update

Hi @edadevs,

Take a look at the troubleshooting steps on this thread. Let us know if those help or not.

Thank you!
by gwesterman
Fri Apr 25, 2025 10:32 am
Forum: Nagios XI
Topic: Nagios XI installation stuck on fresh machine
Replies: 10
Views: 95084

Re: Nagios XI installation stuck on fresh machine

Hi @IT_LAS,

That is correct. The offline installs use RPMs which are specific to Enterprise Linux distributions. If you need to install on Ubuntu 24, you will have to use a source install. Let us know if you still run into issues.

Thank you!
by gwesterman
Wed Apr 23, 2025 12:23 pm
Forum: Nagios XI
Topic: Powershell on GUI return out of bounds, cli works OK
Replies: 4
Views: 6446

Re: Powershell on GUI return out of bounds, cli works OK

Hi @sgomeztd, Try these and let me know what you get: 1. Run the command from the NCPA server - Go to https://<server address>:5693 and generate the command through the API - Run the command directly on the CLI 2. Run the command from the remote server (your XI) directly on the CLI. Thank you!
by gwesterman
Tue Apr 08, 2025 2:25 pm
Forum: Nagios Log Server
Topic: Why we cannot recommend upgrading to Log Server 2024R2.X
Replies: 4
Views: 5577

Re: Why we cannot recommend upgrading to Log Server 2024R2.X

This is incredible feedback! I'll do my best to address each of your main points. 1. What feature exactly are you referring to here? Do you mean the list of fields on the left side of the table panel? Can you provide a screenshot for clarity? I have a couple of guesses but I would like to know exact...
by gwesterman
Fri Apr 04, 2025 1:07 pm
Forum: Nagios XI
Topic: Searching for string on webpage
Replies: 4
Views: 2966

Re: Searching for string on webpage

Hi @jk111,

Try adding -f follow.

Let us know if that works or not.

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

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: 2790

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: 6
Views: 5921

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: 1048

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: 6
Views: 6752

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!