Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
A simple perl plugin that allows nagios to check the rate of change of the output of any command as long as it's a number, e.g. filesystem usage growth, network traffic spikes, dns queries spikes, etc It uses a sqlite3 database to store the last value.
Current Version
1.0
Last Release Date
March 11, 2013
Owner
Dimos Alevizos
Download URL
http://alfred.otenet.gr/check_rate.pl
License
GPL
Compatible With
The plugin executes the command specified by the user and stores it's output value in a sqlite3 database using the command's md5 hash as key. The next time it's run it compares the new value with the old one, calculates the rate and updates the value in the database. It can calculate the rate on a second, minute or 5-minute period. After installing it change the database path if needed. my $dbfile = '/usr/local/nagios3/var/check_rate_data.db';
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!