Space issue in Nagios

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
RIDS_I2MP
Posts: 751
Joined: Thu Mar 13, 2014 9:25 am

Space issue in Nagios

Post 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
Thanks & Regards,
I2MP Team.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Space issue in Nagios

Post 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).
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
RIDS_I2MP
Posts: 751
Joined: Thu Mar 13, 2014 9:25 am

Re: Space issue in Nagios

Post by RIDS_I2MP »

Hi,

Thanks!!

Its resolved now.
Thanks & Regards,
I2MP Team.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Space issue in Nagios

Post by benjaminsmith »

Excellent!

We'll close this out but feel free to open another if you have any new questions.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked