mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Commit merge to branch for Cambium CPU fix (#1) * Remove division by 10 Removes unnecessary division by 10 from poller file; this is handled by processor_precision in the main include. * Correct processor_precision Adjusted processor precision divider from 100 to 10 (as sysCPUUsage.0 reports from 0-1000 as 0-100.0%) * Delete cambium-cpu.inc.php With the change to the discovery file (processor_precision set to the correct value of 10) this file is not required.