diff --git a/plugins/sensors/hwmon b/plugins/sensors/hwmon index 66e44801..1a890c87 100755 --- a/plugins/sensors/hwmon +++ b/plugins/sensors/hwmon @@ -94,6 +94,13 @@ my %sensors = ( graph_args => "--base 1000 -l 0", denominator => 1000000 # microWatts -> Watts }, + freq => { + inputs => [], + title => "Frequencies", + vlabel => "Hz", + graph_args => "--base 1000 -l 0", + denominator => 1 + }, humidity => { inputs => [], title => "Humidity",