feature: added Serial number support for Mikrotik Devices (#5590)

This commit is contained in:
Richard Mayhew
2017-01-25 19:44:17 +02:00
committed by Neil Lathwood
parent af0446f37f
commit f707da4cfb

View File

@@ -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', '', ''), '"');