ITL: Add argument maintenance_mode_state to vmware_esx

This commit is contained in:
Dirk Wening 2025-05-14 13:42:45 +02:00 committed by Alvar Penning
parent 2a79e1695d
commit 908519aa74
No known key found for this signature in database
2 changed files with 1455 additions and 1376 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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"