Skip to content

Commit

Permalink
Fix typo in Raspberry Pi sensor detection (#9368)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne Bregman authored and murrant committed Oct 25, 2018
1 parent 00b752a commit 7e0a913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/discovery/sensors/voltage/linux.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* requires snmp extend agent script from librenms-agent
*/
if (!empty($pre_cache['raspberry_pi_sensors'])) {
$sensor_type = "rasbperry_volts";
$sensor_type = "raspberry_volts";
$oid = '.1.3.6.1.4.1.8072.1.3.2.4.1.2.9.114.97.115.112.98.101.114.114.121.';
for ($volt = 2; $volt < 6; $volt++) {
switch ($volt) {
Expand Down

0 comments on commit 7e0a913

Please sign in to comment.