Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
This shell script checks, using snmp, if a HP ProCurve switch has detected a loop between two or more network ports.
Current Version
5
Last Release Date
2012-07-18
Owner
Daniel Ruus
Download URL
https://github.com/nagiostools/check_procurve_loop
License
GPL
Compatible With
To use the script, copy it to the plugin directory for your installation (for example /usr/lib/nagios/plugin), then add the following command definition in commands.cfg:
define command{ command_name check_procurve_loop command_line $USER1$/check_procurve_loop -H $HOSTADDRESS$ -C $ARG1$ }
Define a service which calls the above command with the snmp community name as its only argument, like so:
define service { use generic-service host_name MYSWITCH service_description Loop protection check_command check_procurve_loop!public }
A successful check, one where no loop is found, returns: OK - No loops detected (24 ports checked)
If a loop is found, for example between ports 8 and 19, the return value is: CRITICAL - found a loop on the following ports: 8 19 (24 ports checked)
Script works no mater which modle of HP switch you have.. One issue that I have is that no mater if the switch is Procurve series or something new it can check only 10 ports even thou switches are 24 or 48 ports...
Just tried this out on a new HP Aruba with the latest firmware and it still works. Solid plugin, thanks.
This plugin does exactly what is says and it does it nicely.
Very simple and elegant. This is a lifesaver if someone starts doing their own work in a comm closet without notifying IT first... this can really save some major time... Thanks!
You must be logged in to submit a review.
To:
From: