PROBLEM Service Alert - NAGIOS XI - localhost/Root Partition

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
ecolgroveMOT
Posts: 64
Joined: Thu Aug 22, 2019 1:58 pm

PROBLEM Service Alert - NAGIOS XI - localhost/Root Partition

Post by ecolgroveMOT »

I am getting this error message from Nagios system

***** Nagios XI Alert *****

Nagios has detected a problem with this service.

Notification Type: PROBLEM

Service: Root Partition
Host: NAGIOS XI - localhost
Address:
State: CRITICAL
Info:
DISK CRITICAL - free space: / 267 MB (3% inode=83%):
Date/Time: 2020-07-15 07:31:01

I followed the guide online from Nagios for expanding and afterwards did a restart got the messaged that showed it was expanded, but i am still getting the alert. Not sure where to go from here can someone help?
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: PROBLEM Service Alert - NAGIOS XI - localhost/Root Parti

Post by benjaminsmith »

Hi,

If the disk has been resized, the notification should go away, but maybe it's checking another mount point. What is the output of the following on the localhost?

Code: Select all

df -h
Also, can you run the full check command from the terminal and post the output. We have instructions for this in the following guide:
Nagios XI - How To Test Check Commands From The Command-line
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!
ecolgroveMOT
Posts: 64
Joined: Thu Aug 22, 2019 1:58 pm

Re: PROBLEM Service Alert - NAGIOS XI - localhost/Root Parti

Post by ecolgroveMOT »

command df -h returns

[root@localhost ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/centos-root 194G 3.7G 182G 2% /
devtmpfs 903M 0 903M 0% /dev
tmpfs 915M 0 915M 0% /dev/shm
tmpfs 915M 105M 810M 12% /run
tmpfs 915M 0 915M 0% /sys/fs/cgroup
/dev/sda1 976M 197M 713M 22% /boot
tmpfs 183M 0 183M 0% /run/user/1000
tmpfs 183M 0 183M 0% /run/user/0
[root@localhost ~]#
ecolgroveMOT
Posts: 64
Joined: Thu Aug 22, 2019 1:58 pm

Re: PROBLEM Service Alert - NAGIOS XI - localhost/Root Parti

Post by ecolgroveMOT »

Here is the profile.zip of our system you requested


Moderator's Note: The profile has been shared with the support team but has been removed from the public forum.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: PROBLEM Service Alert - NAGIOS XI - localhost/Root Parti

Post by benjaminsmith »

Hi,

Appreciate the profile. For some reason, there's isn't a Root Particiton check in the current configuraton right so perhaps there was an error in the current configs and it reverted to a previous version.

Anyhow, I noticed you are running 5.7.1, and there are a few very important bug fixes to nod3 (backend database system), so let's get this upgraded to 5.7.2, and the re-run the Nagios XI Configuration Wizard, and let me know if the problem is resolved.

Please take backup and/or VM snapshot before upgrading. Thanks, Benjamin

Upgrading Nagios XI
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