Background
I just built a vCenter 6.0 and a new Host ESXi 6.0
I had my original ESXi Host 6.0 and now a have a DataCenter setup with both ESXi Hosts
I moved some of the VM's to the new HOST
I have the Guest CPU Usage service defined for all my VM's
The strange thing is all the VMs filed at first then on the VM's that I moved I had to change the host ip address in the service and then they started working.
The original Host VMs give the error above.
Now all the VMs with this error have many other services that are working fine.
Code: Select all
define service {
host_name TGCS003
service_description Guest CPU Usage
check_command box293_check_vmware_test!10.2.8.10!Guest_CPU_Usage!--guest!TGCS003!!!!
initial_state u
max_check_attempts 3
check_interval 5
retry_interval 3
active_checks_enabled 1
check_period 24x7
servicegroups VMCPULoad
register 1
}
define service {
host_name TGKW005
service_description Guest CPU Usage
check_command box293_check_vmware_test!10.2.8.8!Guest_CPU_Usage!--guest!TGKW005!!!!
initial_state u
max_check_attempts 3
check_interval 5
retry_interval 3
active_checks_enabled 1
check_period 24x7
servicegroups VMCPULoad
register 1
}
10.2.8.8 is the new host
Any ideas?
Thank you
Tom