Page 1 of 1

Problems with NagiosXI consumes too much disk space

Posted: Mon Aug 04, 2014 6:05 pm
by PJCR
Hi, I have the following problems with NagiosXI, consumes too much disk space, second takes up 100% and the system becomes too slow.

Re: Problems with NagiosXI consumes too much disk space

Posted: Tue Aug 05, 2014 9:22 am
by tmcdonald
What is your system load? It almost sounds like NPCD is not running so perfdata files are building up. Check the following:

Code: Select all

w
service npcd status
service nagios status
service crond status
ls -l /usr/local/nagios/var/spool/xidpe | wc -l
ls -l /usr/local/nagios/var/spool/perfdata| wc -l
ls -l /usr/local/nagios/var/spool/checkresults | wc -l
ls -l /tmp | wc -l