mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 14:16:00 +00:00
hwmon: recognize frequencies
Discovered thanks to an RX 570, which can show sclk and mclk via /sys/class/hwmon.
This commit is contained in:
parent
bd1302c3f2
commit
ce29a0f7ae
1 changed files with 7 additions and 0 deletions
|
@ -94,6 +94,13 @@ my %sensors = (
|
||||||
graph_args => "--base 1000 -l 0",
|
graph_args => "--base 1000 -l 0",
|
||||||
denominator => 1000000 # microWatts -> Watts
|
denominator => 1000000 # microWatts -> Watts
|
||||||
},
|
},
|
||||||
|
freq => {
|
||||||
|
inputs => [],
|
||||||
|
title => "Frequencies",
|
||||||
|
vlabel => "Hz",
|
||||||
|
graph_args => "--base 1000 -l 0",
|
||||||
|
denominator => 1
|
||||||
|
},
|
||||||
humidity => {
|
humidity => {
|
||||||
inputs => [],
|
inputs => [],
|
||||||
title => "Humidity",
|
title => "Humidity",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue