mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-24 14:14:45 +02:00
ITL: Add argument maintenance_mode_state to vmware_esx
This commit is contained in:
parent
2a79e1695d
commit
908519aa74
File diff suppressed because it is too large
Load Diff
@ -50,6 +50,10 @@ template CheckCommand "vmware-esx-command" {
|
||||
username=<username> \
|
||||
password=<password>"
|
||||
}
|
||||
"--maintenance_mode_state" = {
|
||||
value = "$vmware_maintenance_mode_state$"
|
||||
description = "Set status in case ESX host is in maintenace mode. Possible Values are: ok or OK, CRITICAL or critical or CRIT or crit, WARNING or warning or WARN or warn. Default is UNKNOWN because you do not know the real state. Values are case insensitive."
|
||||
}
|
||||
}
|
||||
|
||||
vars.vmware_timeout = "90"
|
||||
|
Loading…
x
Reference in New Issue
Block a user