Nagios root partition is getting full

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Pselvin
Posts: 51
Joined: Tue Dec 13, 2016 1:28 pm

Nagios root partition is getting full

Post by Pselvin »

Hi Team,

We have upgraded Nagios XI to 5.6.9 recently and the upgrade went well however, post the upgrade that root partition is getting fill because of this message Check_nrpe remote server does not support version 3 packets.

Could you please let us know how to prevent this message which cause issue filling the space.
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Nagios root partition is getting full

Post by lmiltchev »

Try the solutions posted in the KB article below:

https://support.nagios.com/kb/article/n ... s-786.html

You may also clear some disk space. You can delete old logs in the "/var/log" directory and sub-directories. You can also delete whatever you don't need in the /tmp/" directory. Maybe you have some old backups that you can delete in "/store/backups/nagiosxi".

Tip: In order to find the 10 largest files in /var/log directory, you can run:

Code: Select all

du -a /var/log | sort -n -r | head -n 10
After you clear some room, add more disk space to your Nagios XI server. Please, review our Nagios XI - Resizing the VM Disk SIze" document here:

http://assets.nagios.com/downloads/nagi ... M_Disk.pdf

Almost always, when you run out of disk space, you would end up with corrupted tables in the database, so you will need to run our database repair script, too.

http://assets.nagios.com/downloads/nagi ... tabase.pdf

Hope this helps.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Pselvin
Posts: 51
Joined: Tue Dec 13, 2016 1:28 pm

Re: Nagios root partition is getting full

Post by Pselvin »

Thank you for the response. We have updated the rsyslog configuration to fix this issue. Please close this thread.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios root partition is getting full

Post by scottwilkerson »

Pselvin wrote:Thank you for the response. We have updated the rsyslog configuration to fix this issue. Please close this thread.
Great!

Locking thread
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked