diff options
author | Peter Palfrader <peter@palfrader.org> | 2006-07-21 14:30:49 +0000 |
---|---|---|
committer | weasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede> | 2006-07-21 14:30:49 +0000 |
commit | 9de1b3dd847076fc43bc137c2cc10b1621993a9a (patch) | |
tree | 4b676ff1369fccf10991a83de23994bba8594687 | |
parent | 5b82f1c40dae6947feeff05e68913a6a053384c3 (diff) |
Change category
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@155 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
-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| |