librenms/librenms

View on GitHub
LibreNMS/OS/Mni.php

Summary

Maintainability
A
1 hr
Test Coverage

Method discoverWirelessPower has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function discoverWirelessPower()
    {
        $radio_index = \SnmpQuery::get('MNI-PROTEUS-AMT-MIB::mnPrLinkStatLocalRadioIndex.0')->value();
        $transmit_oid_raw = '.1.3.6.1.4.1.3323.13.1.4.1.1.2.'; //"MNI-PROTEUS-AMT-MIB::mnPrPerfBaseTxPower"
        $receive_oid_raw = '.1.3.6.1.4.1.3323.13.1.4.1.1.3.'; //"MNI-PROTEUS-AMT-MIB::mnPrPerfBaseRSL"
Severity: Minor
Found in LibreNMS/OS/Mni.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status