mirror of https://github.com/Icinga/icinga2.git
Add exclude/include to vmware-esx-soap-host-runtime
This commit is contained in:
parent
41b9a0424e
commit
44efa90e47
|
@ -686,6 +686,11 @@ object CheckCommand "vmware-esx-soap-host-runtime" {
|
|||
|
||||
arguments += {
|
||||
"--select" = "runtime"
|
||||
"--exclude" = "$vmware_exclude$"
|
||||
"--include" = "$vmware_include$"
|
||||
"--isregexp" = {
|
||||
set_if = "$vmware_isregexp$"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue