Search found 9023 matches

by tgriep
Wed Apr 23, 2025 9:13 am
Forum: Nagios XI
Topic: RESOLVED: Email that Backup failed, but log file shows it completed
Replies: 5
Views: 6617

Re: Email that Backup failed, but log file shows it completed

It looks like the backup is taking longer than 20 minutes to run and the timeout for the backup job needs to be increased. At the bottom of this file on the Nagios server. /usr/local/nagiosxi/html/config.inc.php put the following option. $cfg['backup_timeout'] = 3600; Save the change and restart Apa...
by tgriep
Thu Mar 27, 2025 3:36 pm
Forum: Nagios XI
Topic: Nagios XI Compatibility with mod_gearman - Last Version with Nagios Core 4.4.x
Replies: 5
Views: 2098

Re: Nagios XI Compatibility with mod_gearman - Last Version with Nagios Core 4.4.x

The command name has been changed for the Nagios provided Mod Gearman so use this command from now on.

nagios-gearman-top

Thank You.
by tgriep
Wed Mar 19, 2025 1:42 pm
Forum: Nagios XI
Topic: Ghost config
Replies: 12
Views: 4803

Re: Ghost config

Take a look in this directory for a configuration file /usr/local/nagios/etc/import/ If you see a file in there, that could be what is creating the configuration error so delete the file. Re-run the Delete, Write, Delete, Verify process from the KB article again and if the verify works, try and appl...
by tgriep
Wed Feb 26, 2025 10:33 am
Forum: Nagios XI
Topic: Monitor AWS ECS service in NagiosXI
Replies: 9
Views: 6420

Re: Monitor AWS ECS service in NagiosXI

There will be no licensing issue in XI when using custom plugins.
by tgriep
Fri Feb 21, 2025 12:44 pm
Forum: Nagios XI
Topic: Upgrade to NDO3
Replies: 11
Views: 8558

Re: Upgrade to NDO3

The Ended messages are normal and not an error. What they are is showing that the started thread finished what it had to do for that table.
by tgriep
Thu Feb 20, 2025 5:40 pm
Forum: Nagios XI
Topic: Upgrade to NDO3
Replies: 11
Views: 8558

Re: Upgrade to NDO3

The truncate's only remove temporary data that will get recreated when the services are started after the repair so it is safe to run them on the prod server. I have updated the command for XI 2024R1.1.5 and they are below all in one code block. cd /tmp rm -rf nagiosxi xi*.tar.gz wget https://assets...
by tgriep
Thu Feb 20, 2025 10:39 am
Forum: Nagios XI
Topic: Upgrade to NDO3
Replies: 11
Views: 8558

Re: Upgrade to NDO3

To update the missing tables manually to see if it works, run this as root on the XI server and it needs to be able to access the internet. cd /tmp rm -rf nagiosxi xi*.tar.gz wget https://assets.nagios.com/downloads/nagiosxi/2024/xi-2024R1.3.4.tar.gz tar xzf xi-2024R1.3.4.tar.gz cd /tmp/nagiosxi/sub...
by tgriep
Wed Dec 11, 2024 5:06 pm
Forum: Nagios XI
Topic: Weird entries in audit log
Replies: 9
Views: 6165

Re: Weird entries in audit log

When Nagios XI is upgraded, the upgrade at certain times, upgrades all of the Wizards and the wizard upgrade, sets the commands to what is needed fro the wizard so what you are seeing is normal if XI was upgraded.

Was XI upgraded on that day at that time?
by tgriep
Mon Dec 09, 2024 10:41 am
Forum: Nagios XI
Topic: Activated LDAPS , restarted Server , Web Interface not reachable
Replies: 9
Views: 3768

Re: Activated LDAPS , restarted Server , Web Interface not reachable

Make sure the firewall is still allowing port 80 and 443 through the firewall. Here is an example on enabling both http and https services: sudo firewall-cmd --permanent --add-service={http,https} --permanent Restart firewalld to ensure the changes are loaded. sudo systemctl restart firewalld If tha...
by tgriep
Wed Oct 23, 2024 9:14 am
Forum: Nagios XI
Topic: Add arbitrary URL to Favorites
Replies: 11
Views: 9368

Re: Add arbitrary URL to Favorites

There is a setting in XI that changes the way Hostgroups are shown in the XI interface and yours is setup to show the Core version of the Hostgroups. To change it back, login to the XI GUI and go to the Admin > Performance Settings menu and uncheck the Use Unified Hostgroup Screens option and Update...