]> granicus.if.org Git - icinga2/commitdiff
Make the NSCP CheckDisk --exclude option available to Icinga 2
authorPeter Eckel <pe-git@hindenburgring.com>
Fri, 25 Jan 2019 15:38:11 +0000 (16:38 +0100)
committerPeter Eckel <pe-git@hindenburgring.com>
Fri, 25 Jan 2019 15:38:11 +0000 (16:38 +0100)
itl/command-nscp-local.conf

index 3e134adc00e05df0565e97678c39cec85ddf04c4..da4f0b5499eb8142b9a337efd40f7c8d9e37f270 100644 (file)
@@ -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$"
                }