mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
asterisk: fix typoes in multi-graph configuration
This commit is contained in:
parent
d66fef2dc6
commit
700b30e124
1 changed files with 2 additions and 2 deletions
|
@ -208,7 +208,7 @@ END
|
|||
print <<END;
|
||||
other.draw AREASTACK
|
||||
other.label Other known codecs
|
||||
unknwon.draw AREASTACK
|
||||
unknown.draw AREASTACK
|
||||
unknown.label Unknown codec
|
||||
END
|
||||
|
||||
|
@ -311,7 +311,7 @@ if ( !$sipchannels_response and !$iaxchannels_response ) {
|
|||
}
|
||||
print <<END;
|
||||
other.value U
|
||||
unknown.valeu U
|
||||
unknown.value U
|
||||
END
|
||||
} else {
|
||||
my @results;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue