Re: check_disk

Holger Weiß <[email protected]> Sat, 10 Sep 2016 20:44:50 +0200
Newsgroups gmane.network.nagios.plugins
Organization Freie Universität Berlin
Message-ID <20160910184450.GV351470__42733.6523113356$1473533107$gmane$org@zedat.fu-berlin.de>
* Abraham, Anish <[email protected]> [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