Browse Source

Cosmetic changes

master
Nicolas Massé 12 years ago
parent
commit
61324ea1ee
  1. 10
      Munin-Plugin-For-Freebox-Revolution/fb_

10
Munin-Plugin-For-Freebox-Revolution/fb_

@ -18,7 +18,7 @@ my %db_fields = (
my %graph = ( my %graph = (
net => { net => {
graph_category => 'Network', graph_category => 'Freebox',
graph_args => '--base 1000 -l 0', graph_args => '--base 1000 -l 0',
graph_scale => 'yes', graph_scale => 'yes',
graph_info => 'The upload and download rate of the Freebox Revolution.', graph_info => 'The upload and download rate of the Freebox Revolution.',
@ -30,7 +30,7 @@ my %graph = (
'.db' => "net", '.db' => "net",
}, },
temp => { temp => {
graph_category => 'Sensors', graph_category => 'Freebox',
graph_args => '--base 1000 -0', graph_args => '--base 1000 -0',
graph_scale => 'no', graph_scale => 'no',
graph_info => 'The temperature of various sensors on the Freebox Revolution', graph_info => 'The temperature of various sensors on the Freebox Revolution',
@ -44,7 +44,7 @@ my %graph = (
'.db' => "temp", '.db' => "temp",
}, },
fan => { fan => {
graph_category => 'Sensors', graph_category => 'Freebox',
graph_args => '--base 1000 -0', graph_args => '--base 1000 -0',
graph_scale => 'no', graph_scale => 'no',
graph_info => 'The fan speed of the Freebox Revolution', graph_info => 'The fan speed of the Freebox Revolution',
@ -56,7 +56,7 @@ my %graph = (
'.db' => "temp", '.db' => "temp",
}, },
dsl_rate => { dsl_rate => {
graph_category => 'Network', graph_category => 'Freebox',
graph_args => '--base 1000 -l 0', graph_args => '--base 1000 -l 0',
graph_scale => 'yes', graph_scale => 'yes',
graph_info => 'The xDSL rate stats of the Freebox Revolution', graph_info => 'The xDSL rate stats of the Freebox Revolution',
@ -68,7 +68,7 @@ my %graph = (
'.db' => "dsl", '.db' => "dsl",
}, },
dsl_snr => { dsl_snr => {
graph_category => 'Network', graph_category => 'Freebox',
graph_args => '--base 1000 -l 0', graph_args => '--base 1000 -l 0',
graph_scale => 'no', graph_scale => 'no',
graph_info => 'The xDSL SNR stats of the Freebox Revolution', graph_info => 'The xDSL SNR stats of the Freebox Revolution',

Loading…
Cancel
Save