Brocade

Monitor FC Brocade Switch

Description:

Brocade Fibre Channel Hardware monitor plugin for Nagios. You must have SW-MIB from Brocade Communications Systems

Current Version

Last Release Date

June 11, 2009

Compatible With

Owner


Project Files
Project Notes
Reviews (5) Add a Review
No data for fan
by sam1975, December 31, 2017
I use a brocade with firmware 6.2.2

The script seems to be good but i don't have informations from FAN.
Is it a MIB problem?

Best regards
Helpful? Yes  No 
Working...
by nishith, June 30, 2016
Simple Execution of this plugins provides below output:

./check_FCBrocade_hardware.sh -H 10.0.77.4 -c Secret-C0de
HARDWARE OK : SLOT#0TEMP#1=22C, SLOT#0TEMP#2=22C, SLOT#0TEMP#3=24C, FAN#1=5769RPM, FAN#2=5769RPM, FAN#3=5769RPM, PowerSupply#1=1,|22;22;24;5769;5769;5769;1;

Still in process to make it functional properly in nagios config file.
Helpful? Yes  No 
Only host monitoring working.
by stator, September 30, 2012
It looks like it does not support services ? I can only get info on host.
Helpful? Yes  No 
perfdata
by handsomepete, September 30, 2011
helpful script. Modified the perfdata lines in the case statement to work with current versions of Nagios like so:


- perfdata=( ${perfdata[@]}${SENSOR_VALUE}";" )
+ perfdata=( ${perfdata[@]}${SENSOR_INFO}"="${SENSOR_VALUE}" " )

Also added sed "s/#//g" on to the end of the SENSOR_INFO variable set just to make things prettier. Thanks for the plugin!
1 of 1 found this review helpful.
Helpful? Yes 1 No 0
Brocade 48000 director
by mef2, January 31, 2010
I managed to get this working by changing the TYPE query to:
TYPE=$(snmpwalk -v 1 -c $COMMUNITY $HOSTNAME SNMPv2-SMI::mib-2.1.1 | sed "s/.*STRING:(.*)$/1/")

and also removing the option 6) in the case statement. My system does not have all the blades populated so option 6 (absent) was throwing an error.

It also works with the Brocade switch in a HP C7000 blade chassis.
1 of 1 found this review helpful.
Helpful? Yes 1 No 0
Add a Review

You must be logged in to submit a review.

Thank you for your review!

Your review has been submitted and is pending approval.

Recommend

To:


From:


Thank you for your recommendation!

Your recommendation has been sent.

Project Stats
Rating
4.3 (10)
Favorites
1
Views
112,922