Einbinden ESXI Host in Check_MK

Ich habe das mal durchgeführt, cmk --debug -vvD HOSTNAME bringt folgenden Output:

OMD[EMSW]:~$ cmk --debug -vvD EMUBvCMK

EMUBvCMK
Addresses: 127.0.1.1
Tags: [address_family:ip-v4-only], [agent:cmk-agent], [criticality:prod], [networking:lan], [piggyback:auto-piggyback], [site:EMSW], [snmp_ds:no-snmp]
Labels:
Host groups: check_mk
Contact groups: check-mk-notify
Agent mode: No agent
Type of agent: Process piggyback data from /omd/sites/EMSW/tmp/check_mk/piggyback/EMUBvCMK
Services:
checktype item params description groups


OMD[EMSW]:~$

cmk --debug -vvI HOSTNAME:

OMD[EMSW]:~$ cmk --debug -vvI EMUBvCMK
Hostname or tag specification ‘EMUBvCMK’ does not match any host.
Traceback (most recent call last):
File “/omd/sites/EMSW/bin/cmk”, line 94, in
exit_status = modes.call(mode_name, mode_args, opts, args)
File “/omd/sites/EMSW/lib/python/cmk_base/modes/init.py”, line 72, in call
return mode.handler_function(*handler_args)
File “/omd/sites/EMSW/lib/python/cmk_base/modes/check_mk.py”, line 1489, in mode_discover
hostnames = modes.parse_hostname_list(args)
File “/omd/sites/EMSW/lib/python/cmk_base/modes/init.py”, line 162, in parse_hostname_list
“not match any host.” % arg)
cmk.utils.exceptions.MKBailOut: Hostname or tag specification ‘EMUBvCMK’ does not match any host.
OMD[EMSW]:~$

Die Syntax von /omd/sites/…/agent_vsphere -u … verstehe ich leider nicht, wie soll dieses Command zusammengebaut werden?

Grüße

JaBe