Re: How to exclude FS from check

Holger Weiß <[email protected]> Mon, 29 May 2017 14:13:07 +0200
Newsgroups gmane.network.nagios.plugins,gmane.network.monitoring.plugins.user
Organization Freie Universität Berlin
Message-ID <[email protected]>
* David Montoya Morales <[email protected]> [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