Page 1 of 1

Few minor issues after 2026R1.4 upgrade

Posted: Wed Apr 29, 2026 2:56 pm
by elinagios
Redhat 9 server, upgraded nagiosxi 2024R2.2.1 -> 2026R1.4. After that what im seeing is that local backups take twice the size, even thou nothing other changed than the nagiosxi version, local backups take now 20GB from 9.6GB. Is that normal behavior?

Also the same server and one other redhat 9 nagiosxi 2026R1.4 server (with only 6hosts on it) have in /var/log/php-fpm/www-error.log non-stop following lines coming in:

[29-Apr-2026 22:51:55 Europe/Countrynamehere] PHP Notice: DB is not connected in /usr/local/nagiosxi/html/includes/db.inc.php on line 530
[29-Apr-2026 22:51:55 Europe/Countrynamehere] PHP Notice: Call made to exec_sql_query() when DB handler does not exist
#0 exec_sql_query(nagiosxi, SELECT * FROM xi_options WHERE name='', ) called at [/usr/local/nagiosxi/html/includes/utils.inc.php:1293]
#1 get_option(url) called at [/usr/local/nagiosxi/html/includes/utils.inc.php:975]
#2 get_external_url() called at [/usr/local/nagiosxi/html/includes/utils.inc.php:1033]
#3 get_safe_url_host() called at [/usr/local/nagiosxi/html/includes/utils.inc.php:1115]
#4 get_base_uri(1) called at [/usr/local/nagiosxi/html/includes/utils.inc.php:966]
#5 get_base_url() called at [/usr/local/nagiosxi/html/includes/utils-dashlets.inc.php:0]
#6 get_dashlet_url_base(googlemapdashlet) called at [/usr/local/nagiosxi/html/includes/dashlets/googlemapdashlet/googlemapdashlet.inc.php:33]
#7 googlemap_dashlet_init() called at [/usr/local/nagiosxi/html/includes/dashlets/googlemapdashlet/googlemapdashlet.inc.php:9]
#8 include_once(/usr/local/nagiosxi/html/includes/dashlets/googlemapdashlet/googlemapdashlet.inc.php) called at [/usr/local/nagiosxi/html/includes/dashlets.inc.php:21]
#9 require_once(/usr/local/nagiosxi/html/includes/dashlets.inc.php) called at [/usr/local/nagiosxi/html/includes/common.inc.php:12]
#10 require_once(/usr/local/nagiosxi/html/includes/common.inc.php) called at [/usr/local/nagiosxi/html/api/v1/index.php:7]
in /usr/local/nagiosxi/html/includes/db.inc.php on line 652

Any idea whats that about?

Re: Few minor issues after 2026R1.4 upgrade

Posted: Thu Apr 30, 2026 12:39 pm
by browan
Hello @elinagios!

This seems very similar to something else I've seen more recently, just out of curiosity, do you still have the upgrade.log from when you upgraded this XI? That would be helpful for me to see if this is related to another issue we saw come up.

Thank you!
Ben

Re: Few minor issues after 2026R1.4 upgrade

Posted: Fri May 01, 2026 9:47 am
by tgriep
The googlemapdashlet is obsolete and that is causing the errors.

Run this as root to get rid of it.

mv /usr/local/nagiosxi/html/includes/dashlets/googlemapdashlet /root

Then re-run the XI upgrade.

Re: Few minor issues after 2026R1.4 upgrade

Posted: Mon May 04, 2026 1:17 am
by elinagios
Sadly the /usr/local/nagiosxi/tmp/upgrade.log is empty :(
And what is intresting is that few days after the upgrade and the backups beeing 2x size, now few last days, the backup sizes are back to normal. No major changes done, maybe some service/host changes but thats regular stuff.


mv /usr/local/nagiosxi/html/includes/dashlets/googlemapdashlet /root
Then re-run the XI upgrade.

Is this something that is needed to be done at this point or this is just creating those errors in the php-error log and can be ignored and fixed when next nagiosxi release, 2026R1.4.1 or similar comes out and i upgrade to it?

Re: Few minor issues after 2026R1.4 upgrade

Posted: Mon May 04, 2026 11:15 am
by bbahn
Hello @elinagios,

Once you move the dashlet, it won't be there to cause the problem if that is indeed the problem, so the upgrade should work.

Re: Few minor issues after 2026R1.4 upgrade

Posted: Tue May 05, 2026 12:26 am
by elinagios
Yes, but if its only generating errors in the php error log, then its not really an issue why rerun entire upgrade process. Wanted to know if it could cause any other issues that would demand rerunning the upgrade now.