Checking Status of Riverbed
Posted: Mon Aug 27, 2012 3:38 pm
Found this script <check_snmp_riverbed_steelhead> online that checks the status of Riverbed Steelhead Devices. It works great for all of our older models of the steelhead, but no longer works for our new Steelhead EX that we we recently bought. I decided I was going to try to figure this out. I made a copy of the script and added an EX at the end of the file. I noticed that the MIB numbers were different on the new steelheads - old was .1.3.6.1.4.1.17163.1.1 and the new one was .1.3.6.1.4.1.17163.1.51.
So I changed this in the new script I created, and ran the command ./check_snmp_riverbed_steelheadEX -H <MachineFQDN> -C 'public' and received a sort of correct response:
No information returned from SNMP|system_model=EX760 (EX760H), system_serial=DA3NV000A6CAF, health_status=Healthy, service_status=running, system_version=rbt_ex 1.0.2a #223_32 2012-05-15 01:47:46 x86_64 root@palermo0:svn://svn/build/branches/malta-ex_223_fix_branch
So it is displaying System Model, Serial Number, health Status, Service Status, System version correctly, but it is returning No information returned from SNMP at the beginning - which causes Nagios to report it as an error on the web interface.
Wondering if anyone could help out with this, I really know nothing about perl...
I have attached the original script as well as the one I have editted.
Thanks,
Marc
So I changed this in the new script I created, and ran the command ./check_snmp_riverbed_steelheadEX -H <MachineFQDN> -C 'public' and received a sort of correct response:
No information returned from SNMP|system_model=EX760 (EX760H), system_serial=DA3NV000A6CAF, health_status=Healthy, service_status=running, system_version=rbt_ex 1.0.2a #223_32 2012-05-15 01:47:46 x86_64 root@palermo0:svn://svn/build/branches/malta-ex_223_fix_branch
So it is displaying System Model, Serial Number, health Status, Service Status, System version correctly, but it is returning No information returned from SNMP at the beginning - which causes Nagios to report it as an error on the web interface.
Wondering if anyone could help out with this, I really know nothing about perl...
I have attached the original script as well as the one I have editted.
Thanks,
Marc