This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| # This script check a list of websites | |
| # and sends mail when the HTTP status code is not 200 | |
| # | |
| # Used to check wheter all projects are up and running | |
| # (not broken, say for example because a dependency library was removed) | |
| # Author Ando Roots 2012 |