diff --git a/plugins/asterisk/asterisk b/plugins/asterisk/asterisk index 5f310ae2..f1949651 100755 --- a/plugins/asterisk/asterisk +++ b/plugins/asterisk/asterisk @@ -14,7 +14,10 @@ This plugin will produce multiple graphs showing: asterisk_channelstypes); - the number of messages in all voicemail boxes (replaces - asterisk_voicemail). + asterisk_voicemail); + + - the number of active MeetMe conferences and users connected to them + (replace asterisk_meetme and asterisk_meetmeusers, respectively). =head1 CONFIGURATION @@ -163,6 +166,16 @@ graph_args --base 1000 -l 0 graph_vlabel messages graph_category asterisk messages.label Total messages +END + +print <close(); my $active_channels = 'U'; @@ -216,3 +236,26 @@ if ( !$voicemail_response or $voicemail_response =~ /no voicemail users/ ) { print "total.value $messages\n"; } + +print "\nmultigraph asterisk_meetme\n"; +if ( !$meetme_response ) { + print <