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.
MountPoint is CRITICAL
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: MountPoint is CRITICAL
Is that the true mountpoint? Can you show us a list of them by running:
Can you also share the plugin you are using with us?
Code: Select all
mountCan you also share the plugin you are using with us?
Re: MountPoint is CRITICAL
What is the output of the following command?
Code: Select all
df -hBe sure to check out our Knowledgebase for helpful articles and solutions!