Problems with NagiosXI consumes too much disk space
Problems with NagiosXI consumes too much disk space
Hi, I have the following problems with NagiosXI, consumes too much disk space, second takes up 100% and the system becomes too slow.
You do not have the required permissions to view the files attached to this post.
Re: Problems with NagiosXI consumes too much disk space
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
Former Nagios employee