Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Simple script to monitor manually installed software for new upstream releases.
Current Version
Last Release Date
2017-03-17
Owner
Jonas Meurer
Download URL
https://gitlab.com/mejo-/check-release/blob/master/check_release.pl
License
GPL
Compatible With
A simple script to monitor manually installed software for new upstream releases. Can be used as monitoring plugin with Nagios.
It takes a local changelog file and a remote upstream release page as input, guesses the highest version from both and compares them.
Usage examples:
$ check_release.pl --name=roundcube --changelog=/var/www/roundcube/CHANGELOG --url='https://github.com/roundcube/roundcubemail/releases' --regex='roundcubemail/releases/tag/([^v]__VER__)'
$ check_release.pl --name=linux --changelog=/usr/src/linux/ChangeLog --url='https://www.kernel.org/pub/linux/kernel/v4.x/' --regex='linux-(__VER__).tar'
$ check_release.pl --name=app --changelog=/usr/local/app/CHANGELOG --url='http://sourceforge.net/projects/app/files/app/' --regex='app/files/app/([^v]__VER__)/'
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!