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 <[email protected]> wrote: > We need to monitorate the E1 with nagios, somebody did this? any ideia? > Thanks in advance! > > -- > Atenciosamente, > > ------------------------------------------------------- > > Dario Quiroz > > (71) 9275-9080 > gtalk: [email protected] > > ------------------------------------------------------- > > -- > _____________________________________________________________________ > -- 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 > -- _____________________________________________________________________ -- 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
