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
@ -4,7 +4,7 @@ use strict;
|
||||
|
||||
my ($Args) = @ARGV;
|
||||
|
||||
my $expecter = "/home/alex/bin/beboxstats.expect";
|
||||
my $expecter = "/path/to/beboxstats.expect";
|
||||
|
||||
if ($Args) {
|
||||
|
||||
@ -21,7 +21,7 @@ if ($Args) {
|
||||
printf("
|
||||
graph_title bebox line stats
|
||||
graph_vlabel deciBels
|
||||
graph_category other
|
||||
graph_category network
|
||||
graph_info This graph shows the various line parameters
|
||||
attenuationdownstream.label Downstream Attenuation
|
||||
attenuationupstream.label Upstream Attenuation
|
||||
|
Loading…
Reference in New Issue
Block a user