mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
Removing Old Canopy Files
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
<?php
|
||||
|
||||
if (!$os) {
|
||||
if (preg_match('/^CANOPY/', $sysDescr)) {
|
||||
$os = 'canopy';
|
||||
}
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
<?php
|
||||
|
||||
$canopy_type = snmp_get($device, 'boxDeviceType.0', '-Oqv', 'WHISP-BOX-MIBV2-MIB');
|
||||
|
||||
if (stristr($canopy_type, 'MIMO OFDM')) {
|
||||
$hardware = 'PMP 450';
|
||||
}
|
||||
else if (stristr($canopy_type, 'OFDM')) {
|
||||
$hardware = 'PMP 430';
|
||||
}
|
||||
else {
|
||||
$hardware = 'PMP 100';
|
||||
}
|
||||
Reference in New Issue
Block a user