monitoring
Monitor websites using python
If you have many websites, internal or external, and you want to monitor them all together to check their availability, then this solution can help you. This quick piece of python code reads website urls and other optional parameters from a text file “urls.txt”. Each row has url, connection timeout(sec), read timeout(sec), http basic authentication […]