Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_barracuda_queue

Rating
4 votes
Favoured:
0
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Monitor Barracuda Spam Firewall Appliance queue sizes
This is a perl plugin for Nagios that uses Net::SNMP to query a Barracuda Spam Firewall's mail queue sizes. Uses SNMP v1 (as far as I know, these appliances only use v1) and has configurable WARNING and CRITICAL alert thresholds.

There is a PHP-based check_cuda plugin already, however my CentOS 3 monitoring box doesn't have php-snmp, so I wrote this one in Perl.
Reviews (2)
bynishith, January 26, 2013
Plugins worked properly without giving more efforts. Thanks for SNMP V1.

Now, Newly implemented firewall contains SNMP V2 & V3 Only. No option to configure SNMP V1 to use this plugin any more.

Can somebody help me to find SNMP V2/V3 plugin?

Nishith N.Vyas
Still working great, but the OID_Base needed updating with 5.1 as did the queues table.

$OID_BASE = '1.3.6.1.4.1.20632.2'; # .2=in, .3=out, .4=deferred