Search found 62 matches
- Thu Oct 16, 2025 4:44 am
- Forum: Nagios XI
- Topic: PNP not working
- Replies: 1
- Views: 9614
PNP not working
Hello all, we are experiencing an issue with PNP in the Nagios Core interface on our Nagios XI server. When I open a URL such as https://nagiosserver/nagios/pnp/index.php?host=hostname1&srv=service1 I receive an HTTP ERROR 500 . After some troubleshooting and reading log files, it seems that cer...
- Thu Oct 16, 2025 4:01 am
- Forum: Nagios XI
- Topic: 2026R1 Dashboard issues
- Replies: 13
- Views: 24418
Re: 2026R1 Dashboard issues
Hello all,
I can confirm Peter's issue with small performance graph legend. We are running Nagios XI 2026R1 on RHEL9.6.
I can confirm Peter's issue with small performance graph legend. We are running Nagios XI 2026R1 on RHEL9.6.
- Fri Aug 01, 2025 8:36 am
- Forum: Nagios XI
- Topic: Bug in check_nagios_performance.php
- Replies: 4
- Views: 6430
Bug in check_nagios_performance.php
Hello, I believe I have found a bug in calculation performed by check_nagios_performance.php . I was checking the Average Active Service Check Latency (but this issue likely affects all other metrics measured in miliseconds). Here is output of few commands (all run within few seconds, hence slight v...
- Tue Dec 10, 2024 12:37 pm
- Forum: Nagios XI
- Topic: Clarification on Migrating Nagios XI Databases Between Servers
- Replies: 3
- Views: 1494
Re: Clarification on Migrating Nagios XI Databases Between Servers
Thank you for your reply. Actually, I have already manually performed almost everything that the backup script would do. However, I’m hesitant to use the script because the current installation is already in a broken state (with several lingering issues), and I want to avoid bringing those problems ...
- Tue Dec 10, 2024 10:04 am
- Forum: Nagios XI
- Topic: Clarification on Migrating Nagios XI Databases Between Servers
- Replies: 3
- Views: 1494
Clarification on Migrating Nagios XI Databases Between Servers
Hello, I’m planning to migrate Nagios XI from an old server to a new one. Since I want to avoid carrying over errors and inconsistencies that have accumulated over the years, I aim to start fresh and migrate only the necessary components. I have already completed much of the preparatory work but enc...
- Thu Jun 13, 2024 2:09 pm
- Forum: Nagios XI
- Topic: Unable to Access Nagios XI Interface - Database Connection Error
- Replies: 9
- Views: 2809
Re: Unable to Access Nagios XI Interface - Database Connection Error
Hello everyone, Thanks for the tips about ACL. I configured it based on your suggestions, and it works as expected. Unfortunately, I have encountered another problem. :-( After restarting the whole server, I can access the Nagios XI login screen and log in successfully. However, it seems to have tro...
- Wed Jun 12, 2024 4:37 pm
- Forum: Nagios XI
- Topic: Unable to Access Nagios XI Interface - Database Connection Error
- Replies: 9
- Views: 2809
Re: Unable to Access Nagios XI Interface - Database Connection Error
It was not set for nagiosxi . The value was empty. I changed it to localhost and restarted the services, but it did not help. There was no upgrade or any other maintenance. The only potential issue I can think of (though I have no proof so far) is that some automatic action may have temporarily fill...
- Tue Jun 11, 2024 6:15 pm
- Forum: Nagios XI
- Topic: Unable to Access Nagios XI Interface - Database Connection Error
- Replies: 9
- Views: 2809
Re: Unable to Access Nagios XI Interface - Database Connection Error
Unfortunately, I do not have that script on my Nagios server instance. I tried to connect using the usernames and passwords defined in the file /usr/local/nagiosxi/html/config.inc.php . I successfully checked all three sets ( $cfg['db_info'] for nagiosxi , ndoutils , and nagiosql ). I'm not sure if ...
- Tue Jun 11, 2024 11:59 am
- Forum: Nagios XI
- Topic: Unable to Access Nagios XI Interface - Database Connection Error
- Replies: 9
- Views: 2809
Unable to Access Nagios XI Interface - Database Connection Error
Hello, I'm experiencing an unusual issue with our Nagios XI system. When navigating to the login page of Nagios XI, I encounter the following error: Database Error A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios suppo...
- Wed Feb 03, 2021 4:33 pm
- Forum: Nagios XI
- Topic: Mismatched result between web and command line
- Replies: 7
- Views: 1372
Re: Mismatched result between web and command line
Hello, we are getting closer :-) I executed these commands (redacted): # su - nagios $ /usr/local/nagios/libexec/check_db2_health ... OK - 0.09 seconds to connect as USER | connection_time=0.0851;2;5 $ locale LANG=en_US.UTF-8 LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIM...