Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_barracuda_queue
100222
File | Description |
---|---|
check_barracuda_queue.pl | the script |
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
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.
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
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
bybrandonsteili, October 17, 2012
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
$OID_BASE = '1.3.6.1.4.1.20632.2'; # .2=in, .3=out, .4=deferred