projects
/
icinga2
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b144264
)
Make the NSCP CheckDisk --exclude option available to Icinga 2
author
Peter Eckel
<pe-git@hindenburgring.com>
Fri, 25 Jan 2019 15:38:11 +0000
(16:38 +0100)
committer
Peter Eckel
<pe-git@hindenburgring.com>
Fri, 25 Jan 2019 15:38:11 +0000
(16:38 +0100)
itl/command-nscp-local.conf
patch
|
blob
|
history
diff --git
a/itl/command-nscp-local.conf
b/itl/command-nscp-local.conf
index 3e134adc00e05df0565e97678c39cec85ddf04c4..da4f0b5499eb8142b9a337efd40f7c8d9e37f270 100644
(file)
--- 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$"
}