Import Tags from Vmware vSphere as Labels to Checkmk

Category / Kategorie -> "Label key"
Assigned Tag / Zugewiesenes Tag -> "Label value"

Resulting Checkmk Labels

vsphere/system_responsible:Marc Meyer
vsphere/location:Data Center A11
vsphere/environment:Production
vsphere/sla:Gold

Datasource Specific Parameters

api_url: https://10.1.1.1/rest
api_user: 'user@domain.tld'
api_pass: 'adminX31!§'
verify_ssl: False

Full example

datasources:
# Datasource: Vmware vSphere
 vcenter01_inventory:
   module: lpds_vsphere
   label_prefix: vsphere
   api_url: https://10.1.1.1/rest
   api_user: 'user@domain.tld'
   api_pass: 'adminX31!§'