diff --git a/html/includes/graphs/device/ubnt_airfiber_RxPower.inc.php b/html/includes/graphs/device/ubnt_airfiber_RxPower.inc.php new file mode 100644 index 0000000000..6a80c781a9 --- /dev/null +++ b/html/includes/graphs/device/ubnt_airfiber_RxPower.inc.php @@ -0,0 +1,21 @@ + array( + '1', + 'rxPower0', + 'Rx Chain0 Power', + 'GAUGE', + ), + 'rxPower1' => array( + '1', + 'rxPower1', + 'Rx Chain1 Power', + 'GAUGE', + ), +); + +$mib_graphs = array( + 'ubnt_airfiber_RxPower', +); + +unset($graph, $oids, $oid); + +poll_mib_def($device, 'UBNT-AirFIBER-MIB:UBNT', 'ubiquiti', $mib_oids, $mib_graphs, $graphs, 'ubnt-airfibre-mib-rx'); + // EOF