librenms/librenms

View on GitHub
LibreNMS/OS/Dnos.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method discoverProcessors has 48 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function discoverProcessors()
    {
        $device = $this->getDeviceArray();
        $processors = [];

Severity: Minor
Found in LibreNMS/OS/Dnos.php - About 1 hr to fix

    Method findProcessors has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        private function findProcessors(&$processors, $oid, $mib, $num_oid, $name, $type = null)
    Severity: Minor
    Found in LibreNMS/OS/Dnos.php - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status