diff --git a/plugins/tplink/tl_sg b/plugins/tplink/tl_sg index 86b0ec11..f164c517 100755 --- a/plugins/tplink/tl_sg +++ b/plugins/tplink/tl_sg @@ -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 {