Update zabbix.api.php
This commit is contained in:
parent
93e8922c4c
commit
f6edabc3cc
|
@ -108,7 +108,7 @@ if(!check_function_exists("zabbix_get_items")) {
|
||||||
"method" => "host.get",
|
"method" => "host.get",
|
||||||
"params" => array(
|
"params" => array(
|
||||||
"selectInventory" => true,
|
"selectInventory" => true,
|
||||||
"selectItems" => array("name", "lastvalue", "units", "itemid", "lastclock", "value_type", "itemid"),
|
"selectItems" => array("name", "key_", "lastvalue", "units", "itemid", "lastclock", "value_type", "itemid"),
|
||||||
"output" => "extend",
|
"output" => "extend",
|
||||||
"hostids" => $hostids,
|
"hostids" => $hostids,
|
||||||
"expandDescription" => 1,
|
"expandDescription" => 1,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user