Error loading a mib

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Error loading a mib

Post by tgriep »

Can you run the following and post the output?

Code: Select all

echo "select * from xi_users;" | psql nagiosxi nagiosxi
Be sure to check out our Knowledgebase for helpful articles and solutions!
iSkyDive
Posts: 17
Joined: Thu Oct 06, 2016 9:18 am

Re: Error loading a mib

Post by iSkyDive »

Can't connect :

Code: Select all

[root@srvnag ~]# echo "select * from xi_users;" | psql nagiosxi nagiosxi
psql: n'a pas pu se connecter au serveur : Aucun fichier ou dossier de ce type
        Le serveur est-il actif localement et accepte-t-il les connexions sur la
        socket Unix « /var/run/postgresql/.s.PGSQL.5432 » ?
[root@srvnag ~]#
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Error loading a mib

Post by mcapra »

There is a known issue as of 5.3.0 that was very recently identified with special characters in status information sent in notifications:

Code: Select all

PHP Notice:  unserialize(): Error at offset 839 of 922 bytes in /usr/local/nagiosxi/cron/eventman.php on line 145
Basically, your windows disk checks include \ in the drive paths C:\. This character is not handled very gracefully when the data gets serialized as an event and plugged into the database. This will be fixed in 5.3.2.
Former Nagios employee
https://www.mcapra.com/
Locked