mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
only output the mib if there is a match
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
<?php
|
||||
|
||||
echo(" EXTREME-BASE-MIB ");
|
||||
|
||||
if ($device['os'] == 'xos') {
|
||||
echo(" EXTREME-BASE-MIB ");
|
||||
// Power Usage
|
||||
$descr = "Power Usage";
|
||||
$oid = "1.3.6.1.4.1.1916.1.1.1.40.1.0"; // extremeSystemPowerUsage
|
||||
|
Reference in New Issue
Block a user