From c3dc8382efde8953d5c4cfbac9da81b5560775e9 Mon Sep 17 00:00:00 2001 From: Peter Eckel Date: Fri, 25 Jan 2019 16:38:11 +0100 Subject: [PATCH] Make the NSCP CheckDisk --exclude option available to Icinga 2 --- itl/command-nscp-local.conf | 4 ++++ 1 file changed, 4 insertions(+) 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$" }