mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* newdevice: Added support for Dasan NOS #5179 * sysName -> sysDescr - doh * updated functions * Updated discovery of OS functions * added missing test units * mibs added * Allow multiple regex statements per sysDescr_regex * Fix style/code issues * added docs
This commit is contained in:
committed by
Tony Murray
parent
1bf7e4a120
commit
cc8e31d1a1
@@ -149,7 +149,7 @@ function poll_device($device, $options)
|
||||
{
|
||||
global $config, $device, $polled_devices, $memcache;
|
||||
|
||||
$config['os'][$device['os']] = load_os($device);
|
||||
$config['os'][$device['os']] = load_os($device['os']);
|
||||
|
||||
$attribs = get_dev_attribs($device['device_id']);
|
||||
$device['snmp_max_repeaters'] = $attribs['snmp_max_repeaters'];
|
||||
|
Reference in New Issue
Block a user