Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 452 Bytes

README.rst

File metadata and controls

18 lines (12 loc) · 452 Bytes

httpmon - the simple HTTP monitoring solution

This is a trivial script to setup in order to monitor the availability of websites and send email when a site is down.

Now for Python 3.x

Usage

% python3 httpmon.py http://yoursite.com
% python3 httpmon.py -e "[email protected]" http://site1.com http://site2.com
% python3 httpmon.py --help