No graph data after upgrade Nagios XI to 3.3 from 3.2

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

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

Post 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