* Abraham, Anish <anish.abra...@astrazeneca.com> [2016-09-10 06:59]: > I am using check_nrpe -H localhost -t 30 -c check_disk -a '-w 20% -c10%' > > Can I exclude paths like /boot etc using using the above
$ check_disk --help | grep -A1 exclude -x, --exclude_device=PATH <STRING> Ignore device (only works if -p unspecified) -- -X, --exclude-type=TYPE Ignore all filesystems of indicated type (may be repeated) Holger