diff options
Diffstat (limited to 'munin/munin-cpufreq')
-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 c552d84..41ea383 100755 --- a/munin/munin-cpufreq +++ b/munin/munin-cpufreq @@ -37,7 +37,7 @@ end def config puts 'graph_title CPU frequency' - puts 'graph_args --base 1000' + puts 'graph_args -l 0 --base 1000' puts 'graph_vlabel Hz' puts 'graph_category system' puts 'graph_period second' |