mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
Scrut fixes
This commit is contained in:
@@ -155,7 +155,7 @@ function poll_device($device, $options) {
|
||||
|
||||
$address_family = snmpTransportToAddressFamily($device['transport']);
|
||||
|
||||
$ping_response = isPingable($device['hostname'], $address_family, $device['device_id'], $attribs);
|
||||
$ping_response = isPingable($device['hostname'], $address_family, $attribs);
|
||||
|
||||
$device_perf = $ping_response['db'];
|
||||
$device_perf['device_id'] = $device['device_id'];
|
||||
|
||||
Reference in New Issue
Block a user