Search Exchange
Search All Sites
Login
check_rate
Current Version
1.0
Compatible With
- Nagios 3.x
Owner
E-mail
Download URL
License
GPL
Hits
4097
It uses a sqlite3 database to store the last value.
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';
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';
Reviews (0)
Be the first to review this listing!


New Listings


