Hello all, The question isn't directly related to Asterisk, but I'm looking for recommendations for a monitoring tool to monitor the health of Asterisk instances running in Production. Ideally, the tool should be able to generate monitoring traffic (OPTIONS ping or INVITE), use the response/no response from Asterisk to store the health of an Asterisk instance running somewhere in the DB. Thanks, Nitesh Bansal -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160927/8f7db63b/attachment.html>
Hello, For service monitoring you can use tools like sipsak in combination with Zabix or Zenoss. Also using Zenoss or Zabix you can monitor the health of your servers. This way you have both top-down and bottom-up monitoring. For monitoring call quality you can use tools like VoIP Monitor (it is not free). Regards On Tue, Sep 27, 2016 at 12:03 PM, Nitesh Bansal <nitesh.bansal at gmail.com> wrote:> Hello all, > > The question isn't directly related to Asterisk, but I'm looking for > recommendations > for a monitoring tool to monitor the health of Asterisk instances running > in Production. > > Ideally, the tool should be able to generate monitoring traffic (OPTIONS > ping or INVITE), > use the response/no response from Asterisk to store the health of an > Asterisk instance running > somewhere in the DB. > > Thanks, > Nitesh Bansal > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Join the Asterisk Community at the 13th AstriCon, September 27-29, 2016 > http://www.asterisk.org/community/astricon-user-conference > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > 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/20160927/e7ee8846/attachment.html>
Hello, you can have a look on Homer http://sipcapture.org/ regards On 27/09/2016 10:39, Gholamreza Sabery wrote:> Hello, > > For service monitoring you can use tools like sipsak in combination > with Zabix or Zenoss. Also using Zenoss or Zabix you can monitor the > health of your servers. This way you have both top-down and bottom-up > monitoring. For monitoring call quality you can use tools like VoIP > Monitor (it is not free). > > Regards > > > On Tue, Sep 27, 2016 at 12:03 PM, Nitesh Bansal > <nitesh.bansal at gmail.com <mailto:nitesh.bansal at gmail.com>> wrote: > > Hello all, > > The question isn't directly related to Asterisk, but I'm looking > for recommendations > for a monitoring tool to monitor the health of Asterisk instances > running in Production. > > Ideally, the tool should be able to generate monitoring traffic > (OPTIONS ping or INVITE), > use the response/no response from Asterisk to store the health of > an Asterisk instance running > somewhere in the DB. > > Thanks, > Nitesh Bansal > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Join the Asterisk Community at the 13th AstriCon, September 27-29, > 2016 > http://www.asterisk.org/community/astricon-user-conference > <http://www.asterisk.org/community/astricon-user-conference> > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > <https://wiki.asterisk.org/wiki/display/AST/Getting+Started> > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > <http://lists.digium.com/mailman/listinfo/asterisk-users> > > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160927/0caea96c/attachment.html>
Hello; We?ve been using Nagios and a lot of customizations for the plugins for several years now to monitor over 1,000 metrics on each of our PBX?s. We?re in the process of GPL?ing the Asterisk plugins now. That gives us our core monitoring, notifications, event handlers, etc. To put it all together, instead of the standard static rrdtool graphs, which we thought would be a bottleneck and limit us, we?ve implemented a dynamic dashboarding system that we use to display the relevant data and to trivially create new dynamic dashboards in a matter of seconds. There is definitely no shortage of monitoring and NMS systems out there, but for us, we pretty much built this to monitor our Asterisk PBX?s. If you want to take a look at what we use, contact me offline. Regards; John V. support at voipbusiness.us From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Nitesh Bansal Sent: Tuesday, September 27, 2016 4:34 AM To: Asterisk Users Mailing List - Non-Commercial Discussion; Asterisk Developers Mailing List Subject: [asterisk-users] VoIP monitoring tools Hello all, The question isn't directly related to Asterisk, but I'm looking for recommendations for a monitoring tool to monitor the health of Asterisk instances running in Production. Ideally, the tool should be able to generate monitoring traffic (OPTIONS ping or INVITE), use the response/no response from Asterisk to store the health of an Asterisk instance running somewhere in the DB. Thanks, Nitesh Bansal -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160927/a70701d0/attachment.html>
Hello, Nagios is really a good tool, we are already using it to monitor Asterisk. I'm looking for something which can monitor the Asterisk and store the information somewhere in a DB, where I could retrieve it from Kamailio. I need that information in Kamailio to make routing decisions. Thanks, Nitesh On Tue, Sep 27, 2016 at 4:28 PM, Tech Support <asterisk at voipbusiness.us> wrote:> Hello; > > We?ve been using Nagios and a lot of customizations for the plugins > for several years now to monitor over 1,000 metrics on each of our PBX?s. > We?re in the process of GPL?ing the Asterisk plugins now. That gives us our > core monitoring, notifications, event handlers, etc. To put it all > together, instead of the standard static rrdtool graphs, which we thought > would be a bottleneck and limit us, we?ve implemented a dynamic > dashboarding system that we use to display the relevant data and to > trivially create new dynamic dashboards in a matter of seconds. There is > definitely no shortage of monitoring and NMS systems out there, but for us, > we pretty much built this to monitor our Asterisk PBX?s. If you want to > take a look at what we use, contact me offline. > > Regards; > > John V. > > support at voipbusiness.us > > > > > > *From:* asterisk-users-bounces at lists.digium.com [mailto:asterisk-users- > bounces at lists.digium.com] *On Behalf Of *Nitesh Bansal > *Sent:* Tuesday, September 27, 2016 4:34 AM > *To:* Asterisk Users Mailing List - Non-Commercial Discussion; Asterisk > Developers Mailing List > *Subject:* [asterisk-users] VoIP monitoring tools > > > > Hello all, > > The question isn't directly related to Asterisk, but I'm looking for > recommendations > > for a monitoring tool to monitor the health of Asterisk instances running > in Production. > > Ideally, the tool should be able to generate monitoring traffic (OPTIONS > ping or INVITE), > > use the response/no response from Asterisk to store the health of an > Asterisk instance running > > somewhere in the DB. > > > > Thanks, > > Nitesh Bansal > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Join the Asterisk Community at the 13th AstriCon, September 27-29, 2016 > http://www.asterisk.org/community/astricon-user-conference > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > 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/20160927/38438cd8/attachment.html>