Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Downloads image file from website to check its dimensions. Program takes three args: file url, height, width. If only the url is given then the program will use a default size of 1 x 1. The program will return success if the image dimensions match or failure if the dimensions do not. $ ./check_image.pl OK - Dimensions: 587 x 207 $./check_image.pl 100 200 CRITICAL - Dimensions do not match. Expected: 100 x 200 Actual: 587 x 207 Return status: OK - 0 Image matched the dimensions CRITICAL - 2 Image did not match the dimensions UNKNOWN - 3 wget failed most like file does not exist
Current Version
Last Release Date
November 26, 2014
Owner
Douglas Mauro
Compatible With
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!