Page 1 of 1

Space issue in Nagios

Posted: Thu Apr 30, 2020 6:10 am
by RIDS_I2MP
Hi Team,

We are facing space issue in Nagios server.

Filesystem Size Used Avail Use% Mounted on
/dev/mapper/rootvg-rootlv 9.1G 171M 8.4G 2% /
devtmpfs 7.8G 0 7.8G 0% /dev
tmpfs 7.8G 0 7.8G 0% /dev/shm
tmpfs 7.8G 89M 7.7G 2% /run
tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup
/dev/mapper/rootvg-usrlv 30G 28G 0 100% /usr
/dev/sdb1 453M 115M 312M 27% /boot
/dev/mapper/rootvg-varlv 110G 2.7G 102G 3% /var
/dev/mapper/rootvg-homelv 9.1G 3.7G 5.0G 43% /home
/dev/mapper/rootvg-tmplv 9.1G 94M 8.5G 2% /tmp
/dev/mapper/rootvg-storelv 9.1G 3.5G 5.1G 41% /store
tmpfs 1.6G 0 1.6G 0% /run/user/1001
[nagios@eu2napu003 ~]$


Could you please let us know what data we can delete to clear up /usr

root@eu2napu003 local]# du -sh *
92M bin
4.0K etc
4.0K games
24K include
42M lib
5.6M lib64
4.0K libexec
15G nagios
528K nagiosmobile
11G nagiosxi
9.0M nagvis
53M nrdp
6.3M nsis
4.0K sbin

[root@eu2napu003 usr]# du -a | sort -n -r | head -n 20
29194320 .
27087508 ./local
15394124 ./local/nagios
11472836 ./local/nagiosxi
11012668 ./local/nagiosxi/var
9721708 ./local/nagios/share
9710516 ./local/nagios/share/perfdata

Re: Space issue in Nagios

Posted: Thu Apr 30, 2020 4:16 pm
by benjaminsmith
Hello @RIDS_I2MP,

Let's check the Nagios XI backup folder, you may be able to delete old backups that are not needed anymore.

Code: Select all

ls -lh /store/backups/nagiosxi/
Reference:Nagios XI - Running Out Of Disk Space On The Nagios XI VM

If you have a very large system, over 2500 service checks, we recommend 120 GB space or more ( see: Nagios XI Hardware Requirements).

Re: Space issue in Nagios

Posted: Fri May 01, 2020 2:20 am
by RIDS_I2MP
Hi,

Thanks!!

Its resolved now.

Re: Space issue in Nagios

Posted: Fri May 01, 2020 9:48 am
by benjaminsmith
Excellent!

We'll close this out but feel free to open another if you have any new questions.