Skip to content

Commit

Permalink
Sensor appears broken
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMysteriousX committed Mar 11, 2024
1 parent 51d1430 commit 7eb7741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/discovery/sensors/temperature/webmon.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
$highLimit = fahrenheit_to_celsius($highLimit);
$highWarnLimit = fahrenheit_to_celsius($highWarnLimit);
}
discover_sensor($valid['sensor'], 'temperature', $device, $num_oid, $prefix . 'LiveRaw.' . $index, 'webmon', $descr, '1', '1', $lowLimit, $lowWarnLimit, $highWarnLimit, $highLimit, $value, 'snmp', null, null, $user_function, $group);
discover_sensor($valid['sensor'], 'temperature', $device, $num_oid, $prefix . 'LiveRaw.' . $index, $index, 'webmon', $descr, '1', '1', $lowLimit, $lowWarnLimit, $highWarnLimit, $highLimit, $value, 'snmp', null, null, $user_function, $group);
}
}
}

0 comments on commit 7eb7741

Please sign in to comment.