From: Peter Eckel Date: Fri, 25 Jan 2019 15:38:11 +0000 (+0100) Subject: Make the NSCP CheckDisk --exclude option available to Icinga 2 X-Git-Tag: v2.11.0-rc1~248^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c3dc8382efde8953d5c4cfbac9da81b5560775e9;p=icinga2 Make the NSCP CheckDisk --exclude option available to Icinga 2 --- diff --git a/itl/command-nscp-local.conf b/itl/command-nscp-local.conf index 3e134adc0..da4f0b549 100644 --- a/itl/command-nscp-local.conf +++ b/itl/command-nscp-local.conf @@ -222,6 +222,10 @@ object CheckCommand "nscp-local-disk" { value = "$nscp_disk_drive$" repeat_key = true } + "--exclude" = { + value = "$nscp_disk_exclude$" + repeat_key = true + } "--warning" = { value = "$nscp_disk_op$ $nscp_disk_warning$" }