diff options
-rwxr-xr-x | munin/munin-cpufreq | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/munin/munin-cpufreq b/munin/munin-cpufreq index 316ceac..c552d84 100755 --- a/munin/munin-cpufreq +++ b/munin/munin-cpufreq @@ -39,7 +39,7 @@ def config puts 'graph_title CPU frequency' puts 'graph_args --base 1000' puts 'graph_vlabel Hz' - puts 'graph_category cpu' + puts 'graph_category system' puts 'graph_period second' puts 'graph_info Shows the CPU frequency of all installed CPUs' findmasters.each do |m| |