Search found 113 matches

by gwesterman
Fri May 31, 2024 9:04 am
Forum: Nagios XI
Topic: Download Latest Version
Replies: 1
Views: 55

Re: Download Latest Version

Hi @razah,

Here is a link to downloads.

And here is a link to help with the migration.

Let us know if you need anything else.

Thank you!
by gwesterman
Wed May 29, 2024 9:32 am
Forum: Nagios XI
Topic: Switch Wizard Error
Replies: 2
Views: 146

Re: Switch Wizard Error

Hi @AngeloMileto,

If you could also provide the distro your XI is running on, the XI version, and any php errors you are getting, that would help us diagnose your problem.

Thank you!
by gwesterman
Thu May 23, 2024 9:37 am
Forum: Nagios XI
Topic: Need assistance with adding in passwords for dbmaint
Replies: 7
Views: 396

Re: Need assistance with adding in passwords for dbmaint

Hi @Psihawk,

One last place to check. See if there is an entry for dbmaint in /usr/local/nagiosxi/var/xi-sys.cfg. If not, I definitely recommend opening a case on the Answer Hub, because it is most likely that something failed during upgrade.

Thank you!
by gwesterman
Thu May 23, 2024 9:34 am
Forum: Nagios XI
Topic: UPS device port changes from 80 to 443
Replies: 7
Views: 502

Re: UPS device port changes from 80 to 443

Hi @ssantha1985,

I would give some of the options discussed in this thread a try. If none of these work for you, let us know.

Thank you!
by gwesterman
Wed May 22, 2024 9:02 am
Forum: Nagios Log Server
Topic: Dashboard save icon not working
Replies: 5
Views: 402

Re: Dashboard save icon not working

Hi @PSI-Admin, It sounds like you are editing an existing dashboard. In order to save it, you have to give it a unique name. Namely, rather than trying to hit the save button, click the downward-pointing arrow directly to the right, give it a new name, and save it either as a normal dashboard or a g...
by gwesterman
Tue May 21, 2024 9:04 am
Forum: Nagios XI
Topic: upgrade of NagiosXI
Replies: 6
Views: 443

Re: upgrade of NagiosXI

Hi @sneha.irali,

Here are instructions on upgrading Nagios XI. You will have to upgrade to version 5.10 and convert your database first, but then you can upgrade to 2024R1.1.1. RHEL 8.9 is compatible with XI 2024R1.1.1.

Let us know if you need help with anything else.

Thank you!
by gwesterman
Mon May 20, 2024 9:17 am
Forum: Nagios XI
Topic: UPS device port changes from 80 to 443
Replies: 7
Views: 502

Re: UPS device port changes from 80 to 443

Hi @ssantha1985, Port 443 is the default port used for HTTPS (SSL/TLS - enabled) traffic. Your requirement is probably to set up SSL/TLS on your server. Once it is configured, you can use the -S option in the plugin to connect via SSL/TLS. You may also have to allow port 443 in your firewall. Let us...
by gwesterman
Thu May 16, 2024 9:06 am
Forum: Nagios XI
Topic: Need assistance with adding in passwords for dbmaint
Replies: 7
Views: 396

Re: Need assistance with adding in passwords for dbmaint

Hi @Psihawk, Try the following: Edit the /usr/local/nagiosxi/html/config.inc.php file and change this section from $cfg['db_info'] = array( "nagiosxi" => array( "dbtype" => 'mysql', "dbserver" => '', "user" => 'nagiosxi', to $cfg['db_info'] = array( "nagi...
by gwesterman
Wed May 15, 2024 12:39 pm
Forum: Open Source Nagios Projects
Topic: "disable" monitoring for one node in Nagios Core.
Replies: 2
Views: 343

Re: "disable" monitoring for one node in Nagios Core.

Hi @ptsmit, If I am understanding your question correctly, you should be able to accomplish this by adding the unwanted host to the service's config entry with an "!" before it. This post gives a more concrete example of this process in action. If this wasn't exactly what you're looking fo...
by gwesterman
Fri May 10, 2024 9:16 am
Forum: Nagios XI
Topic: Need assistance with adding in passwords for dbmaint
Replies: 7
Views: 396

Re: Need assistance with adding in passwords for dbmaint

Hi @Psihawk, These are defined in /usr/local/nagiosxi/html/config.inc.php. I am not sure why dbmaint.php would not be able to access them, but hopefully this will help you figure it out on your side. Does running the script give you anything other than these two notices? Please let us know what you ...