Update api.zabbix.php

This commit is contained in:
Namhyeon Go 2019-04-15 15:16:20 +09:00 committed by GitHub
parent 6387d685e7
commit 8160577d6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,6 @@ loadHelper("zabbix.api");
$zbx = get_zabbix_config();
$data = array();
$data['authenticate'] = zabbix_authenticate($zbx['host'], $zbx['username'], $zbx['password']);
$data['hosts'] = zabbix_retrieve_hosts();
$data['items'] = array();