mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Changed link speed graphs to area instead of line for better visibility
This commit is contained in:
parent
38403565c4
commit
adbc670d0f
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ if ( $ARGV[0] and $ARGV[0] eq "config" ) {
|
|||
foreach my $value (sort keys %speedMapping){
|
||||
print "p${port}_$value.label $speedMapping{$value}\n";
|
||||
print "p${port}_$value.type GAUGE\n";
|
||||
print "p${port}_$value.draw AREA\n";
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue