Hello,
We use the centreon vmware plugin for years now.
It works nice with our vcenter 6.5 and our 16 esxi
Here’s the centreon_vmware.pm file
%centreon_vmware_config = (
port => 5701,
vsphere_server => {
'vcsa' => {'url' => 'https://vcenter 6 ip/sdk',
'username' => 'username',
'password' => 'pwd'},
'vcsa7' => {'url' => 'https://vcenter 7 ip/sdk',
'username' => 'username',
'password' => 'pwd'},
}
);
1;
I so did add the vcsa7 entry, then added the same permissions on the vcenter 7 than in the 6 to monitor our new vcenter with the new esxi’s in it
But, you see me coming it doesn’t work
I tried to add an esxi by duplicate an actual one, the changing just vcsa by vcsa7
and i get a UNKNOWN: Container connection problem
Any idea about this? What can i check here?
Thank you