Disk Space Plugin did not detect full disk
Posted: Mon Oct 01, 2018 2:39 am
Hi,
In client nrpe.cfg
In nagios client.cfg
In the above, extdrive was full for more than a day but me or the team didn't get the notification.
Please let me know how to resolve this issue
Regards,
Siddarth Hegde
In client nrpe.cfg
Code: Select all
command[check_hda1]=/usr/local/nagios/libexec/check_disk -w 20% -c 10% -p /
command[check_mnt]=/usr/local/nagios/libexec/check_disk -w 5% -c 3% -p /mnt
command[check_disk]=/usr/local/nagios/libexec/check_disk -w 5% -c 3% -A -I '/extdrive/*'
Code: Select all
define service{
use generic-service
host_name client
service_description Disk Spaces
check_command check_nrpe!check_disk
contact_groups nagios-monitoring
}
Please let me know how to resolve this issue
Regards,
Siddarth Hegde