How to exclude mount point from disk usage checking?
Posted: Fri Jul 24, 2015 8:26 am
Hi,
I am trying to exclude/ignore some mount point from beign checked by check_disk:
and unfortunately Nagios still complaining about low space on '/excluded/share'. What is wrong?
I am trying to exclude/ignore some mount point from beign checked by check_disk:
Code: Select all
define command{
command_name check_local_disk
command_line $USER1$/check_disk -w $ARG1$ -c $ARG2$ -p $ARG3$ -i /excluded/share
}