Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
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.