Problems with NagiosXI consumes too much disk space

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
PJCR
Posts: 16
Joined: Wed Jun 25, 2014 9:32 am

Problems with NagiosXI consumes too much disk space

Post 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.
You do not have the required permissions to view the files attached to this post.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Problems with NagiosXI consumes too much disk space

Post 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
Former Nagios employee
Locked