centreon-plugins/connectors/vmware/centreon_esxd-conf.pm

11 lines
279 B
Perl

%centreonesxd_config = (
vsphere_server => {
'default' => {'url' => 'https://vcenter/sdk',
'username' => 'XXXXXX',
'password' => 'XXXXXX'}
}
);
1;