ESXI Host Plugin issue
Posted: Mon Mar 30, 2020 3:38 pm
ESXI 6.7 I have 8 ESXI hosts all run same check and all but work is working now. this is the error
Host: ESXI-11
Service: ESXI Network Check
Status: CRITICAL
Last check: 03-30-2020 16:16:04
Duration: 0d 21h 26m 31s
Attempt: 3/3
Status information: (Service check timed out after 240.01 seconds)
My checks The all run the same plugin but the network check fails all other checks are working
Host: ESXI-11
Service: ESXI Network Check
Status: CRITICAL
Last check: 03-30-2020 16:16:04
Duration: 0d 21h 26m 31s
Attempt: 3/3
Status information: (Service check timed out after 240.01 seconds)
My checks The all run the same plugin but the network check fails all other checks are working
Code: Select all
define service {
service_description ESXI Network Check
host_name hostname
check_command check_esx3!xxxx!xxxxxxxx!net
initial_state u
max_check_attempts 3
notification_interval 1440
check_interval 1440
retry_interval 3
active_checks_enabled 1
check_period 24x7
servicegroups VMWarenet
register 1
}
define service {
service_description ESXI CPU Check
host_name hostname
check_command check_esx3!xxxxxx!xxxxxxxxxx!cpu
initial_state u
max_check_attempts 3
notification_interval 1440
check_interval 1440
retry_interval 3
active_checks_enabled 1
check_period 24x7
servicegroups VMWarecpu
register 1
}
define service {
service_description ESXI VMFS Check
host_name hostname
check_command check_esx3!xxxxxxxxxxxxxxx!vmfs
initial_state u
max_check_attempts 3
notification_interval 1440
check_interval 1440
retry_interval 3
active_checks_enabled 1
check_period 24x7
servicegroups VMWarevmfs
register 1
}