Hi Erik, I would consider Icinga in future, looks a good tool. But, it doesn't solve the problem, I'm facing right now, Nagios and other tools, these are good for monitoring. I really need a tool, which can monitor SIP traffic and based on a metric like (average SIP response time) assign a call load score to a node and in Kamailio, I would use the 'call load score' in Kamailio to make my routing decision. And I can't also rely on a system metric like CPU load, because that will provide me input about just one node, for end-to-end call routing, there are so many nodes involved, that is why I'm interested in a metric like 'SIP response time'.
Thanks, Nitesh On Tue, Sep 27, 2016 at 11:34 PM, Eric Klein <[email protected]> wrote: > While I agree with Nitesh that Nagios has some great monitoring tools, I > would recommend that you use Icinga 2 rather than Nagios with those > plugins, > > Icinga has a bit more flexibility and better structure after it was forked > from Nagios. > > We are using it to monitor everything from server status (CPU, hard disk, > processes, etc.), connectivity (ping, dropped packets, etc) > and Asterisk processes (number of calls, channels, etc.). > > > -- > Eric Klein > VP of Customer Experience > GreenfieldTech > Mobile +972-54-666-0933 > Email [email protected] > Skype: EricLKlein > Web: http://www.greenfieldtech.net/ > > Message: 3 > Date: Tue, 27 Sep 2016 17:11:41 +0200 > From: Nitesh Bansal <[email protected]> > To: Asterisk Users Mailing List - Non-Commercial Discussion > <[email protected]> > Cc: Asterisk Developers Mailing List <[email protected]> > Subject: Re: [asterisk-dev] [asterisk-users] VoIP monitoring tools > Message-ID: > <[email protected] > ail.com> > Content-Type: text/plain; charset="utf-8" > > 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 <[email protected]> > 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. > > > > [email protected] > > > > On Tue, Sep 27, 2016 at 8:00 PM, <[email protected]> > wrote: > >> Send asterisk-dev mailing list submissions to >> [email protected] >> >> To subscribe or unsubscribe via the World Wide Web, visit >> http://lists.digium.com/mailman/listinfo/asterisk-dev >> or, via email, send a message with subject or body 'help' to >> [email protected] >> >> You can reach the person managing the list at >> [email protected] >> >> When replying, please edit your Subject line so it is more specific >> than "Re: Contents of asterisk-dev digest..." >> >> >> Today's Topics: >> >> 1. VoIP monitoring tools (Nitesh Bansal) >> 2. Re: VoIP monitoring tools (Sidney VanNess) >> 3. Re: [asterisk-users] VoIP monitoring tools (Nitesh Bansal) >> >> >> ---------------------------------------------------------------------- >> >> Message: 1 >> Date: Tue, 27 Sep 2016 10:33:57 +0200 >> From: Nitesh Bansal <[email protected]> >> To: Asterisk Users Mailing List - Non-Commercial Discussion >> <[email protected]>, Asterisk Developers Mailing >> List >> <[email protected]> >> Subject: [asterisk-dev] VoIP monitoring tools >> Message-ID: >> <[email protected] >> ail.com> >> Content-Type: text/plain; charset="utf-8" >> >> 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-dev/attachments/ >> 20160927/8f7db63b/attachment-0001.html> >> >> ------------------------------ >> >> Message: 2 >> Date: Tue, 27 Sep 2016 08:30:15 -0400 >> From: Sidney VanNess <[email protected]> >> To: Asterisk Developers Mailing List <[email protected]> >> Subject: Re: [asterisk-dev] VoIP monitoring tools >> Message-ID: <e1e612c6-5915-4002-a118-554922e7d081@Spark> >> Content-Type: text/plain; charset="utf-8" >> >> Zabbix. Call a script that generates traffic to asterisk. Catch the >> result. Log in Zabbix. >> >> sv >> >> On Sep 27, 2016, 4:34 AM -0400, Nitesh Bansal <[email protected]>, >> 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 -- >> > >> > asterisk-dev mailing list >> > To UNSUBSCRIBE or update options visit: >> > http://lists.digium.com/mailman/listinfo/asterisk-dev >> -------------- next part -------------- >> An HTML attachment was scrubbed... >> URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/ >> 20160927/840bdd39/attachment-0001.html> >> >> ------------------------------ >> >> Message: 3 >> Date: Tue, 27 Sep 2016 17:11:41 +0200 >> From: Nitesh Bansal <[email protected]> >> To: Asterisk Users Mailing List - Non-Commercial Discussion >> <[email protected]> >> Cc: Asterisk Developers Mailing List <[email protected]> >> Subject: Re: [asterisk-dev] [asterisk-users] VoIP monitoring tools >> Message-ID: >> <[email protected] >> ail.com> >> Content-Type: text/plain; charset="utf-8" >> >> 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 <[email protected]> >> 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. >> > >> > [email protected] >> > >> > >> > >> > >> > >> > *From:* [email protected] [mailto:asterisk-users- >> > [email protected]] *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-dev/attachments/ >> 20160927/38438cd8/attachment-0001.html> >> >> ------------------------------ >> >> _______________________________________________ >> --Bandwidth and Colocation Provided by http://www.api-digital.com-- >> >> asterisk-dev mailing list >> To UNSUBSCRIBE or update options visit: >> http://lists.digium.com/mailman/listinfo/asterisk-dev >> >> End of asterisk-dev Digest, Vol 146, Issue 13 >> ********************************************* >> > > > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-dev mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-dev >
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
