I want to request an change for this module but I do not know how to do this.
In the zabbix_host_facts.py when an host is searched the groups are not queried. When an extra option is added the groups will be queried
128 host_list = self._zapi.host.get({'output': 'extend', 'selectGroups': 'extend', 'selectParentTemplates': ['name'], search_key: {'host': [host_name]},
129 'selectInventory': host_inventory})
Can someone help me to get this change in the next version?