Re: [asterisk-users] monitoring Asterisk 1.8

2013-05-10 Thread Michel Verbraak
We use Zabbix as monitoring tool and SNMP to get statistics and other info from Asterisk. for this you will have to make sure the snmp module for asterisk gets compiled and the Asterisk MIB is used. Regards, Michel. On 09-05-13 21:23, motty cruz wrote: Hello, i'm looking for suggestions to

Re: [asterisk-users] monitoring Asterisk 1.8

2013-05-10 Thread Luis Morales
Try with http://www.observium.org (Observium). You can customize script to report into Observium's dashboard. Regards, On Fri, May 10, 2013 at 7:55 AM, Michel Verbraak mic...@verbraak.orgwrote: We use Zabbix as monitoring tool and SNMP to get statistics and other info from Asterisk. for

[asterisk-users] monitoring Asterisk 1.8

2013-05-09 Thread motty cruz
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

Re: [asterisk-users] monitoring Asterisk 1.8

2013-05-09 Thread Carlos Alvarez
Monitor what parts exactly? Right this moment I'm in the process of installing Munin and the Asterisk plugin to monitor channel usage, SIP connections, and the like. The Munin server is running on a separate machine with just the node software on Asterisk. On Thu, May 9, 2013 at 12:23 PM,

Re: [asterisk-users] monitoring Asterisk 1.8

2013-05-09 Thread motty cruz
Thanks for the suggestion Carlos, do you have a HowTo? can you point me to one. I unsuccessfully follow one found using google. I'm using CentOs 6.0 Thanks, Motty On Thu, May 9, 2013 at 12:38 PM, Carlos Alvarez car...@televolve.comwrote: Monitor what parts exactly? Right this moment I'm

Re: [asterisk-users] monitoring Asterisk 1.8

2013-05-09 Thread Carlos Rojas
I'm using opennms and It's working fine. On Thu, May 9, 2013 at 3:23 PM, motty cruz motty.c...@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.

Re: [asterisk-users] monitoring Asterisk 1.8

2013-05-09 Thread Carlos Rojas
http://opennms.org/wiki/Installation:Yum On Thu, May 9, 2013 at 4:03 PM, Carlos Rojas crt.ro...@gmail.com wrote: I'm using opennms and It's working fine. On Thu, May 9, 2013 at 3:23 PM, motty cruz motty.c...@gmail.com wrote: Hello, i'm looking for suggestions to monitor Asterisk

Re: [asterisk-users] monitoring Asterisk 1.8

2013-05-09 Thread Carlos Alvarez
It's not quick or simple, but there's decent documentation. I haven't been saving the links I used, so I can't just give you specific places to look, other than the best Asterisk plugin: https://github.com/munin-monitoring/contrib/blob/master/plugins/asterisk/asterisk TIP: Use chmod 755 on the

Re: [asterisk-users] monitoring Asterisk 1.8

2013-05-09 Thread motty cruz
Thanks for your help; I just want to monitor the queue, calls on hold average time, incoming out going call, I only want to monitor Asterisk, not the server Asterisk in running on. thanks, -Motty On Thu, May 9, 2013 at 1:06 PM, Carlos Rojas crt.ro...@gmail.com wrote:

Re: [asterisk-users] monitoring Asterisk 1.8

2013-05-09 Thread Carlos Alvarez
Then you want a queue manager and reporting tool. Usually when people say monitor Asterisk is has to do with the state of the system itself. You should look at http://www.asternic.net and similar products. Munin will tell you channels in use, but not the other stuff you want. On Thu, May 9,

Re: [asterisk-users] monitoring Asterisk 1.8

2013-05-09 Thread Carlos Rojas
You can use queue-stats http://www.asternic.org/stats/demo/ they has a free version On Thu, May 9, 2013 at 4:12 PM, motty cruz motty.c...@gmail.com wrote: Thanks for your help; I just want to monitor the queue, calls on hold average time, incoming out going call, I only want to monitor

Re: [asterisk-users] monitoring Asterisk 1.8

2013-05-09 Thread Bruce Reeves
Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] monitoring Asterisk 1.8 Thanks for your help; I just want to monitor the queue, calls on hold average time, incoming out going call, I only want to monitor Asterisk, not the server Asterisk in running on. thanks, -Motty On Thu

Re: [asterisk-users] monitoring Asterisk 1.8

2013-05-09 Thread Jai Rangi
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.