mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
feature: Added additional information to Radwin discovery. (#5591)
This commit is contained in:
committed by
Neil Lathwood
parent
f707da4cfb
commit
6e2513eda9
6
includes/polling/os/radwin.inc.php
Normal file
6
includes/polling/os/radwin.inc.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
$hardware = trim(snmp_get($device, '1.3.6.1.4.1.4458.1000.1.1.30.0', '-OQv', '', ''), '"');
|
||||
$version = trim(snmp_get($device, '1.3.6.1.4.1.4458.1000.1.1.3.0', '-OQv', '', ''), '"');
|
||||
$features = 'Ver. '.trim(snmp_get($device, '1.3.6.1.4.1.4458.1000.1.1.2.0', '-OQv', '', ''), '"');
|
||||
$serial = trim(snmp_get($device, '1.3.6.1.4.1.4458.1000.1.1.29.0', '-OQv', '', ''), '"');
|
Reference in New Issue
Block a user