Skip to content

Commit 93f6eec

Browse files
authored
Update for Python3
Made some changes to be able to run it on python3
1 parent 56ec686 commit 93f6eec

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.rst

+5-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ httpmon - the simple HTTP monitoring solution
55
This is a trivial script to setup in order to monitor the availability of
66
websites and send email when a site is down.
77

8+
Now for Python 3.x
9+
810
Usage
911
=====
1012

1113
::
1214

13-
% python httpmon.py http://yoursite.com
14-
% python httpmon.py -e "you@gmail.com" http://site1.com http://site2.com
15-
% python httpmon.py --help
15+
% 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
1618

0 commit comments

Comments
 (0)