Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
HP ProCurve Switches CRC/Packets Check
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!
This Script checks HP ProCurve Switches (and maybe all others Switches with common MIBs) on every Interface for CRC Errors & Packet Errors
Tested on Nagios 3.5.1
The first idea of this script was to check CRC Errors on ports - so the name of the script - but then there was the question on how to check for packet errors on switches!
Now this script is able to check for crc errors, packet errors on incoming and packet errors on outgoing side! quite cool!
Some soloutions could be better, but it works as we need it in here!
LICENSE: GNU GPLv3
This means: you are allowed to copy and change the script as you like! The script is free for download,
but be so kind and donĀ“t delete my name and replace it with yours!
Help is within the Script (-h)
Debugging is also available (-d)
Performance Data: (-p)
Wors great with pnp4nagios (should work also with nagiosgraph)
Attachements:
- INSTRUCTIONS: check_hp_crc_howto.txt
- Script: check_hp_rc.sh
Tested on Nagios 3.5.1
The first idea of this script was to check CRC Errors on ports - so the name of the script - but then there was the question on how to check for packet errors on switches!
Now this script is able to check for crc errors, packet errors on incoming and packet errors on outgoing side! quite cool!
Some soloutions could be better, but it works as we need it in here!
LICENSE: GNU GPLv3
This means: you are allowed to copy and change the script as you like! The script is free for download,
but be so kind and donĀ“t delete my name and replace it with yours!
Help is within the Script (-h)
Debugging is also available (-d)
Performance Data: (-p)
Wors great with pnp4nagios (should work also with nagiosgraph)
Attachements:
- INSTRUCTIONS: check_hp_crc_howto.txt
- Script: check_hp_rc.sh
Reviews (2)
byericgfcarneiro, October 7, 2019
Very good! But I can't see the port numbers that CRC has. Can you help me?
byjriker1, December 24, 2015
Not a lot works with my Procurve J9450 switch. Or not much that has the OID values that match mine. Love how your script parses thru snmpwalk and pulls the right values. Found a port having a lot of packet errors and helped me to diagnose what was going on.