mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
Updated example script path to something sensible; changing graph category to network
This commit is contained in:
parent
d93823c0da
commit
0dd9f1fc78
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ use strict;
|
||||||
|
|
||||||
my ($Args) = @ARGV;
|
my ($Args) = @ARGV;
|
||||||
|
|
||||||
my $expecter = "/home/alex/bin/beboxstats.expect";
|
my $expecter = "/path/to/beboxstats.expect";
|
||||||
|
|
||||||
if ($Args) {
|
if ($Args) {
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ if ($Args) {
|
||||||
printf("
|
printf("
|
||||||
graph_title bebox line stats
|
graph_title bebox line stats
|
||||||
graph_vlabel deciBels
|
graph_vlabel deciBels
|
||||||
graph_category other
|
graph_category network
|
||||||
graph_info This graph shows the various line parameters
|
graph_info This graph shows the various line parameters
|
||||||
attenuationdownstream.label Downstream Attenuation
|
attenuationdownstream.label Downstream Attenuation
|
||||||
attenuationupstream.label Upstream Attenuation
|
attenuationupstream.label Upstream Attenuation
|
||||||
|
|
Loading…
Reference in a new issue