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
- Host: GitHub
- URL: https://github.com/davidfischer/httpmon
- Owner: davidfischer
- Created: 2011-07-15T08:08:24.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2018-05-06T18:33:58.000Z (about 7 years ago)
- Last Synced: 2025-04-30T22:51:50.611Z (28 days ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 9
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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