Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Barracuda check_snmp_barracuda
157743
File | Description |
---|---|
check_snmp_barracuda.rar | Rar file containing the plugin and the ncfg file |
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!
Plugin to check the status of the three mail queues of the barracude mail and spam filter system.
I used the check_barracuda_queue plugin of fpater and changed the output. Now all the mailqueues are listed in the output so you don't need to make three services to query the three different queues.
My two cents to the Nagios community :) maybe someone will enjoy this plugin.
Grtz,
Roderick Derks
I used the check_barracuda_queue plugin of fpater and changed the output. Now all the mailqueues are listed in the output so you don't need to make three services to query the three different queues.
My two cents to the Nagios community :) maybe someone will enjoy this plugin.
Grtz,
Roderick Derks
Reviews (1)
bydanmcl, December 5, 2011
If you are using firmware >5.x for your barracuda SPF appliance, the following changes are required/recommended
MIBs have changed:
$queue_in =`snmpwalk -v 2c -c $COMMUNITY $IP 1.3.6.1.4.1.20632.2.2`;
$queue_out =`snmpwalk -v 2c -c $COMMUNITY $IP 1.3.6.1.4.1.20632.2.3`;
$queue_deferred =`snmpwalk -v 2c -c $COMMUNITY $IP 1.3.6.1.4.1.20632.2.4`;
search/replace
bounced with deferred
MQ_B with MQ_DEF
MIBs have changed:
$queue_in =`snmpwalk -v 2c -c $COMMUNITY $IP 1.3.6.1.4.1.20632.2.2`;
$queue_out =`snmpwalk -v 2c -c $COMMUNITY $IP 1.3.6.1.4.1.20632.2.3`;
$queue_deferred =`snmpwalk -v 2c -c $COMMUNITY $IP 1.3.6.1.4.1.20632.2.4`;
search/replace
bounced with deferred
MQ_B with MQ_DEF