An open API service indexing awesome lists of open source software.

https://github.com/davidfischer/httpmon

A simple Python http status monitor
https://github.com/davidfischer/httpmon

Last synced: 28 days ago
JSON representation

A simple Python http status monitor

Awesome Lists containing this project

README

        

=============================================
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