[asterisk-users] monitoring Asterisk 1.8
Jai Rangi
jprangi at didforsale.com
Thu May 9 15:45:11 CDT 2013
There is nagios plugin
check_asterisk_channels
Examples:
Check channels/calls, with no concern about limits.
check_asterisk_channels
Check channels/calls. Issue a warning if there are more than 10 active
channels, and a critical if there are more than 15 active channels.
check_asterisk_channels -w 10 -c 15
Caveats:
This plugin calls the asterisk executable directly, so make sure that the
user
executing this script has appropriate permissions! Usually the asterisk
binary
can only be run by the asterisk user or root. To grant the nagios user
permissions to execute the script, try something like the following in your
/etc/sudoers file:
nagios ALL=(ALL) NOPASSWD:
/path/to/plugins/directory/check_asterisk_channels
You can easily edit this to add more monitoring
Jai Rangi
On Thu, May 9, 2013 at 12:23 PM, motty cruz <motty.cruz at gmail.com> wrote:
> Hello,
>
> i'm looking for suggestions to monitor Asterisk Server? I installed Nagios
> but no success, I do prefer not to install any web server on the server
> running Asterisk.
>
>
> Thanks in advance.
> -Motty
>
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
> http://www.asterisk.org/hello
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130509/c5be715a/attachment.htm>
More information about the asterisk-users
mailing list