Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
check_http with Python HTTPLIB
Current Version
Last Release Date
June 22, 2009
Owner
Nagios Exchange
check_http_python for Python 2.4
This script realise a check_http as the basic Nagios check plugin but with some differences :
-was written with Python ( use Httplib and urllib2 )
-check the response ( keyword presence )
Dont forget to put a timeout in your httplib module : -Edit /usr/lib/python2.4/httplib.py -Go to def connect(self): function -Add self.sock.timeout(xx) just before self.sock.connect xx= number of seconds
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!