Make the NSCP CheckDisk --exclude option available to Icinga 2

This commit is contained in:
Peter Eckel 2019-01-25 16:38:11 +01:00
parent b1442645ce
commit c3dc8382ef

View 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$"
}