Search found 3 matches

by Ariel19
Tue Mar 11, 2025 8:30 pm
Forum: Nagios XI
Topic: Accessing Web GUI
Replies: 3
Views: 847

Re: Accessing Web GUI

Check your VM network settings (Bridged/NAT), open port 80 in the firewall, verify Apache is listening (netstat -tulnp | grep httpd),Pokerogue and check the VM's IP (ip a). Also, try disabling SELinux temporarily (setenforce 0).
by Ariel19
Wed Feb 26, 2025 9:01 pm
Forum: Nagios XI
Topic: Upgrade from 2024R1.1.5 to 2024R1.3.4 failed
Replies: 6
Views: 2339

Re: Upgrade from 2024R1.1.5 to 2024R1.3.4 failed

It could be an NDO3 error or a conflict after upgrading. Try the following steps: 1. Check logs: See error details in /var/log/nagios/nagios.log and journalctl -xe. Retro Bowl 2. Check DB connection: Use mysql -u <ndo_user> -p -h <ndo_host> to check the connection. 3. View core dump: Run coredumpctl...
by Ariel19
Wed Feb 26, 2025 1:38 am
Forum: Nagios XI
Topic: Nagios upgrade support
Replies: 15
Views: 7200

Re: Nagios upgrade support

Hi @lrnnetops, We have a guide for upgrading your Nagios XI version. Per the Prerequisite notice at the top of this document, you'll need to first upgrade to Nagios XI version 5.10 and make sure to convert your database to MySQL, if your current server is using Postgres. There is a link in the docu...