Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
# FILE: check_switch_errors.sh # SYNOPSIS: check numbers of ifOutErrors + ifInErrors report the switch has in total. # GUILTY_PARTY: Luis Perez # LICENSE: GPL, Copyright 2021 #For packet-oriented interfaces, the number of outbound #packets that could not be transmitted because of errors. #For character-oriented or fixed-length interfaces, the #number of outbound transmission units that could not be #transmitted because of errors # #For packet-oriented interfaces, the number of inbound #packets that contained errors preventing them from being #deliverable to a higher-layer protocol. For character- #oriented or fixed-length interfaces, the number of inbound #transmission units that contained errors preventing them #from being deliverable to a higher-layer protocol. Example to put in nagios: define command { command_name check_switch_errors command_line /usr/lib/nagios/plugins/check_switch_errors.sh -H $HOSTADDRESS$ -w 10 -c 20 } define service { hostgroup_name switches service_description CHECK SWITCHES ERRORS check_command check_switch_errors use generic-service }
Current Version
1.0
Last Release Date
2021-03-03
Owner
Luiso
Compatible With
check_switch_errors.sh
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!