Page 1 of 1

Checking Barracuda Queues

Posted: Wed Oct 01, 2014 11:20 am
by Tx243
I am trying to monitor the different mail queues in my spam filter, I added the plugin Check_barracuda_queue.pl

I run the test command with the -H IP of the spam filter but get a SNMP query fiale dfor index: 1.3.6.1.4.1.2021.8.1.101.1. I am assuming that I needed to set something on the spam filter to allow the SNMP query but can't find anything. Still trying to learn Nagios so any assistance is appreciated.

Re: Checking Barracuda Queues

Posted: Wed Oct 01, 2014 2:30 pm
by lmiltchev
Have you tried modifying the following line in the plugin from this:

Code: Select all

$OID_BASE	= '1.3.6.1.4.1.2021.8.1.101'; # .1=in, .2=out, .3=bounce
to this:

Code: Select all

$OID_BASE = '1.3.6.1.4.1.20632.2'; # .2=in, .3=out, .4=deferred
as suggested in this post?