diff --git a/helper/zabbix.api.php b/helper/zabbix.api.php index 4aaadc2..96ff2a2 100644 --- a/helper/zabbix.api.php +++ b/helper/zabbix.api.php @@ -105,6 +105,7 @@ if(!is_fn("zabbix_get_hosts")) { if(loadHelper("webpagetool")) { $response = get_web_json($zabbix_api_url, "jsonrpc2.cache", array( "method" => "host.get", + "selectGroups" => "extend", "params" => array( "output" => array("hostid", "host"), "selectInterfaces" => array("interfaceid", "ip"),