asterisk_inuse: fix plugin to use asterisk command from PATH and fix a whitespace issue
asterisk: replace the remaining two Asterisk plugins.
The fourth graph (asterisk_codecs) replaces both asterisk_sipchannelsand asterisk_codecs, as the latter already included the data from thefirst. If we want to get more details we could have sub-multigraphs...
asterisk: add graph to replace asterisk_meetme and asterisk_meetmeusers.
asterisk: refactor command/response handling.
Instead of having a dumb readreply, already drop some of the unneededlines of the command when sending the request, and handle errors inplace.
This simplifies the code a little, even though it requires a few more...
asterisk: handle more gracefully errors on the asterisk_channels path.
asterisk: add asterisk_voicemail replacement code as well.
This is a bit trickier, since the voicemail might not be enabledanywhere. Unfortunately it's not easy to set this up duringautoconfig, as voicemails can be added on the fly.
asterisk: add support for showing the per-type breakdown of channels.
This makes it possible for a single graph to replace the twoapache_channels and apache_channeltypes plugins.
asterisk: first part of the new Asterisk plugin.
This plugin is targeting to enter main distribution in 2.1 to removethe multiple Asterisk plugins present in 2.0.
It features full autoconfiguration support, multigraph capabilities,and less error-prone code....
Updated asterisk_channels plugin to connect to running asterisk (probably what was intended) instead of starting new process.
More housecleaning.
Collapse some categories; remove duplicates; move plugins in wherethey belong, remove files that are not really plugins at all.
Added comment about running as root
actually test if it can be run
plugins are executable
fix sh warnings
Port to /bin/sh
asterisk_channels plugin first added
This plugin monitors number of active asterisk channels
remove plugins existing in main munin repository
organize asterisk plugins
untar asterisk-fax and move asterisk-multigraph-munin-plugin
- have some dirs