mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Add ITL --standbyok argument to the vmware-esx-soap-host-storage-path CheckCommand
fixes #5227 Signed-off-by: Gunnar Beutner <gunnar.beutner@icinga.com>
This commit is contained in:
parent
f9b34cca30
commit
a43e8d6b2d
@ -4183,6 +4183,7 @@ vmware_exclude | **Optional.** Blacklist paths. No value defined as def
|
||||
vmware_include | **Optional.** Whitelist paths. No value defined as default.
|
||||
vmware_isregexp | **Optional.** Treat blacklist and whitelist expressions as regexp.
|
||||
vmware_multiline | **Optional.** Multiline output in overview. This mean technically that a multiline output uses a HTML **\<br\>** for the GUI. No value defined as default.
|
||||
vmware_standbyok | **Optional.** For storage systems where a standby multipath is ok and not a warning. Defaults to false.
|
||||
|
||||
|
||||
**vmware-esx-soap-vm-cpu**
|
||||
|
@ -887,6 +887,9 @@ object CheckCommand "vmware-esx-soap-host-storage-path" {
|
||||
"--multiline" = {
|
||||
set_if = "$vmware_multiline$"
|
||||
}
|
||||
"--standbyok" = {
|
||||
set_if = "$vmware_standbyok$"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user