Page 4 of 4
Re: Error loading a mib
Posted: Thu Oct 27, 2016 10:50 am
by tgriep
Can you run the following and post the output?
Code: Select all
echo "select * from xi_users;" | psql nagiosxi nagiosxi
Re: Error loading a mib
Posted: Fri Oct 28, 2016 1:33 am
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 ~]#
Re: Error loading a mib
Posted: Fri Oct 28, 2016 2:15 pm
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.