mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 08:02:51 +02:00
Couple more mysql strict fixes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user