From a62297c82da2bbda2ffa004b3620b0f633f6dbdd Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Thu, 5 Mar 2020 10:26:47 +0900 Subject: [PATCH] Update zabbix.api.php --- helper/zabbix.api.php | 1 + 1 file changed, 1 insertion(+) 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"),