mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
feature: added Serial number support for Mikrotik Devices (#5590)
This commit is contained in:
committed by
Neil Lathwood
parent
af0446f37f
commit
f707da4cfb
@@ -6,3 +6,4 @@ if (strstr($poll_device['sysDescr'], 'RouterOS')) {
|
||||
}
|
||||
|
||||
$features = 'Level '.trim(snmp_get($device, '1.3.6.1.4.1.14988.1.1.4.3.0', '-OQv', '', ''), '"');
|
||||
$serial = trim(snmp_get($device, '1.3.6.1.4.1.14988.1.1.7.3.0', '-OQv', '', ''), '"');
|
||||
|
Reference in New Issue
Block a user