2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

Plugin asterisk: fix typos for "unknown" dataset

The "draw" configuration as well as the "value" were ignored.
This commit is contained in:
Lars Kruse 2018-08-22 19:43:03 +02:00
parent f7e6511f23
commit ab3d97fca9

View File

@ -206,7 +206,7 @@ END
print <<END; print <<END;
other.draw AREASTACK other.draw AREASTACK
other.label Other known codecs other.label Other known codecs
unknwon.draw AREASTACK unknown.draw AREASTACK
unknown.label Unknown codec unknown.label Unknown codec
END END
@ -309,7 +309,7 @@ if ( !$sipchannels_response and !$iaxchannels_response ) {
} }
print <<END; print <<END;
other.value U other.value U
unknown.valeu U unknown.value U
END END
} else { } else {
my @results; my @results;