2
0
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:
adrianp 2018-04-13 14:29:13 +03:00
parent 38403565c4
commit adbc670d0f

View File

@ -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 {