1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00

asterisk: fix typoes in multi-graph configuration

This commit is contained in:
Gabriel Filion 2019-08-09 17:00:50 -04:00
parent d66fef2dc6
commit 700b30e124

View file

@ -208,7 +208,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
@ -311,7 +311,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;