Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Check form allows the user to submit forms using post and test the output for a string. This can be useful to test authentication boxes or any other forms that use the POST method. Check form can also test the response time of the form and produce timing information for Nagios performance monitoring.
Current Version
0.4
Last Release Date
2010-08-20
Owner
Tim
License
GPL
Compatible With
check_form.pl -u <url> -f <formstring> -e <expect> (-c <critical> -w <warning>) -u <url> # url string to post form data against -e <expect> # string to query on the authenticated page -f <sting> # post string -c <seconds> # the number of seconds to wait before a going critical -w <seconds> # the number of seconds to wait before a flagging a warning -n do not follow redirection -d prints page contents (debugging info) -s prints status code (debugging info) e.g check_form.pl -u https://foobar.com -f "login=foo&password=bar" -e "Hello sweetie" -c 10 -w 3 -v
Comments are very welcome
The app we use checks the browser and it returns 'browser not supported' - any chance you can add in a user agent string paramater?
It was a useful script but one bug found. When we get a authentication failed , the "CRITICAL" will show on the message. But the state of Nagios was not changed! The state of Nagios was OK. So I hope it can be fixed at next release. Thanks!
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!