diff --git a/cmk/special_agents/agent_vsphere.py b/cmk/special_agents/agent_vsphere.py index 48ec6a1a591..8b84f8bb3a2 100644 --- a/cmk/special_agents/agent_vsphere.py +++ b/cmk/special_agents/agent_vsphere.py @@ -1880,6 +1880,9 @@ def fetch_virtual_machines( if vm_data.get("summary.config.ftInfo.role") == "2": continue # This response coming from the passive fault-tolerance node + if vm_data.get("config.template") == "true": + continue + if "runtime.host" in vm_data: vm_data["runtime.host"] = hostsystems.get( vm_data["runtime.host"], vm_data["runtime.host"]