mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #3919 from crcro/tplink-updates
tplink switch enhancement
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 1.5 KiB |
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
preg_match('/JetStream [0-9]+-Port/', $poll_device['sysDescr'], $tmp_hardware);
|
||||
|
||||
$hardware = $tmp_hardware[0];
|
||||
$version = trim(snmp_get($device, 'RMON-MIB::rmon.19.2.0', '-Ovq'), '"');
|
||||
$hardware = trim(snmp_get($device, 'RMON-MIB::rmon.19.3.0', '-Ovq'), '"');
|
||||
|
Reference in New Issue
Block a user