mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
Changed link speed graphs to area instead of line for better visibility
This commit is contained in:
parent
38403565c4
commit
adbc670d0f
@ -148,6 +148,7 @@ if ( $ARGV[0] and $ARGV[0] eq "config" ) {
|
|||||||
foreach my $value (sort keys %speedMapping){
|
foreach my $value (sort keys %speedMapping){
|
||||||
print "p${port}_$value.label $speedMapping{$value}\n";
|
print "p${port}_$value.label $speedMapping{$value}\n";
|
||||||
print "p${port}_$value.type GAUGE\n";
|
print "p${port}_$value.type GAUGE\n";
|
||||||
|
print "p${port}_$value.draw AREA\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
Reference in New Issue
Block a user