changed how zabbix syncs
This commit is contained in:
@@ -58,7 +58,7 @@ class Zabbix {
|
||||
return $response['result'];
|
||||
} elseif ($ip) {
|
||||
$response = $this->zabbixRequest('host.get', array(
|
||||
'search' => array('ip' => array($ip))
|
||||
'search' => array('host' => array($ip))
|
||||
));
|
||||
return $response['result'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user