Checking Barracuda Queues

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Tx243
Posts: 36
Joined: Wed Oct 16, 2013 11:33 am

Checking Barracuda Queues

Post 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.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Checking Barracuda Queues

Post 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?
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked