merged upstream

This commit is contained in:
laf
2015-08-18 18:48:28 +00:00
209 changed files with 7666 additions and 3155 deletions
+2 -1
View File
@@ -583,7 +583,8 @@ function createHost($host, $community = NULL, $snmpver, $port = 161, $transport
'transport' => $transport,
'status' => '1',
'snmpver' => $snmpver,
'poller_group' => $poller_group
'poller_group' => $poller_group,
'status_reason' => '',
);
$device = array_merge($device, $v3);