Page 2 of 2

Re: No graph data after upgrade Nagios XI to 3.3 from 3.2

Posted: Thu Sep 06, 2012 12:24 pm
by mguthrie
Ok, thanks for the update. We'll have to do some digging into how we can prevent that from happening in the future. For those experiencing a similar problem with a HUGE filecount in the xidpe directory, run the following commands.

Code: Select all

cd /usr/local/nagios/var/spool
rm -rf xidpe
mkdir xidpe
chown nagios.nagios xidpe
chmod 755 xidpe