mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 22:54:57 +02:00
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 += {
|
arguments += {
|
||||||
"--select" = "runtime"
|
"--select" = "runtime"
|
||||||
|
"--exclude" = "$vmware_exclude$"
|
||||||
|
"--include" = "$vmware_include$"
|
||||||
|
"--isregexp" = {
|
||||||
|
set_if = "$vmware_isregexp$"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user