Page 1 of 1

MountPoint is CRITICAL

Posted: Tue Oct 14, 2014 5:04 am
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.

Re: MountPoint is CRITICAL

Posted: Thu Oct 16, 2014 9:38 am
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?

Re: MountPoint is CRITICAL

Posted: Thu Oct 16, 2014 9:46 am
by lmiltchev
What is the output of the following command?

Code: Select all

df -h