* David Montoya Morales <damontoy...@gmail.com> [2017-05-26 12:40]: > I'm using check_disk plug in for monitoring my test server file system, but > I'd like to know if I can exclude a single file system of being alerted.
| $ check_disk --help | grep -FA1 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