We need to monitorate the E1 with nagios, somebody did this? any ideia? Thanks in advance! -- Atenciosamente, ------------------------------------------------------- Dario Quiroz (71) 9275-9080 gtalk: darioquiroz at gmail.com ------------------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100928/5113ceb9/attachment.htm
what do you want to monitor? I ended up with MRTG graphing the Incoming/Ringing/Established calls. On Tue, Sep 28, 2010 at 4:22 PM, Dario Quiroz <darioquiroz at gmail.com> wrote:> We need to monitorate the E1 with nagios, somebody did this? any ideia? > Thanks in advance! > > -- > Atenciosamente, > > ------------------------------------------------------- > > Dario Quiroz > > (71) 9275-9080 > gtalk: darioquiroz at gmail.com > > ------------------------------------------------------- > > -- > _____________________________________________________________________ > -- 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 >-- Mvh, Aurimas Skirgaila -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100928/fe82a351/attachment.htm
Are you monitoring some dahdi hardware or a separate "black box"? If dahdi, you could write a nagios plugin in shell with something like this: ALARMS=`dahdi_scan | grep alarms | grep -v OK | wc -l` and then set the appropriate exit code if ALARMS is not 0. -M On Tue, Sep 28, 2010 at 9:22 AM, Dario Quiroz <darioquiroz at gmail.com> wrote:> We need to monitorate the E1 with nagios, somebody did this? any ideia? > Thanks in advance! > > -- > Atenciosamente, > > ------------------------------------------------------- > > ? ? ? ? ? ? ? ? ? ?? Dario Quiroz > > ? ? ? ? ? ? ? ?? ?? (71) 9275-9080 > ? ?? ? gtalk: darioquiroz at gmail.com > > ------------------------------------------------------- > > -- > _____________________________________________________________________ > -- 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 >