Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Plugin created for capture RX and TX statistics from Linux OS interfaces. Useful to analyze packet tendencies, such as total transferred, dropped, framed and overrun packets. This script follows a very simple approach and outputs a nagios formatted metric syntax for chart creation. Usage: check_rx_tx.py [OS Interface]
Current Version
1.0
Last Release Date
2015-08-11
Owner
Marcelo Varge
License
GPL
Compatible With
Python plugin described above
Plugin created for capturing RX and TX statistics from Linux OS interfaces. Useful to analyze package tendencies, such as total transfered, dropped, framed and overrun packets. This plugin follows a very simple approach and outputs a nagios formatted metric syntax for chart creation.
IMPORTANT: This script relies on `ifconfig` command, so soon it will be outdated but I hope to rewrite using a better replacement like ethtool or ip.
To better explain the output:
- RX: Received packets - TX: Transfered packets - errors: Packets which could not be transfered/received due errors - dropped: Normally indicates configuration/communication errors (eg: One side operating in half-duplex and the other in full-duplex) - overruns: The interface has two buffers, one for transmit and the other one for receive and when one of these buffers reachs its limit the surplus packets are discarted as 'overrruns' - frame: Malformed frames - carrier: Physical link error. Very common in HUBS, should not never occur with switch environments.
Usage: check_rx_tx.py [OS Interface]
Author: Marcelo Varge ([email protected])
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!