We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56ec686 commit 93f6eecCopy full SHA for 93f6eec
README.rst
@@ -5,12 +5,14 @@ httpmon - the simple HTTP monitoring solution
5
This is a trivial script to setup in order to monitor the availability of
6
websites and send email when a site is down.
7
8
+Now for Python 3.x
9
+
10
Usage
11
=====
12
13
::
14
- % python httpmon.py http://yoursite.com
- % python httpmon.py -e "you@gmail.com" http://site1.com http://site2.com
15
- % python httpmon.py --help
+ % python3 httpmon.py http://yoursite.com
16
+ % python3 httpmon.py -e "you@gmail.com" http://site1.com http://site2.com
17
+ % python3 httpmon.py --help
18
0 commit comments