MountPoint is CRITICAL

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
madhuneal
Posts: 2
Joined: Wed Oct 31, 2012 1:42 am

MountPoint is CRITICAL

Post by madhuneal »

Hello Team,

I have recently configured nagios for disk check by defining this command disk_check -- Please find the configuration details below:

define service{
use local-service
host_name APP01
service_description u001 MountPoint
check_command check_local_disk!20%!10%!/dev/sdf1
}

DISK CRITICAL - /dev/sdf1 is not accessible: No such file or directory

Note: I'm not using NRPE to check the disk also I run all my application server with Aws and EBS volumes.

Please let me know what need to look at this time?

Neal.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: MountPoint is CRITICAL

Post by slansing »

Is that the true mountpoint? Can you show us a list of them by running:

Code: Select all

mount

Can you also share the plugin you are using with us?
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: MountPoint is CRITICAL

Post by lmiltchev »

What is the output of the following command?

Code: Select all

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