Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Nagios plug-in that calculates receiving PPS, BPS, and percentage of line-rate (LR) from Linux kernel statistics by reading from procfs and notifies if above a given threshold.
Current Version
Last Release Date
2014-05-15
Owner
Jon Schipp
Download URL
https://github.com/jonschipp/nagios-plugins/blob/master/check_pps.sh
Compatible With
Nagios plug-in that calculates receiving PPS, BPS, and percentage of line-rate (LR) from Linux kernel statistics by reading from procfs and reports if above a given threshold.
Options:
-i Network interface -p Use PPS as criteria -b Use BPS as criteria -r Use percentage of line-rate as criteria -t <int> Time interval in seconds (def: 1) -w <int> Warning threshold -c <int> Critical threshold
########### # Examples: # ###########
# 1.) Return critical if there's more than 10k PPS # $ ./check_pps.sh -i eth0 -w 8000 -c 10000 -p # # 2.) Return critical if there's more than 1m BPS # $ ./check_pps.sh -i eth0 -w 500000 -c 1000000 -b # # 2.) Return critical if we've reach 70% of the NIC's line-rate capacity # $ ./check_pps.sh -i eth0 -w 50 -c 70 -r
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!