forked from sanbornm/Site-Monitor
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
24 lines (23 loc) · 1.01 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Usage: sitemonitor.py [options] url
Options:
-h, --help show this help message and exit
-t, --log-response-time
Turn on logging for response times
-r, --alert-on-slow-response
Turn on alerts for response times
-g, --use-gmail Send email with Gmail. Must also specify username and
password
--smtp-hostname=SMTP_HOSTNAME
Set the stmp server host.
--smtp-port=SMTP_PORT
Set the smtp server port.
-u SMTP_USERNAME, --smtp-username=SMTP_USERNAME
Set the smtp username.
-p SMTP_PASSWORD, --smtp-password=SMTP_PASSWORD
Set the smtp password.
-s FROM_ADDR, --from-addr=FROM_ADDR
Set the from email.
-d TO_ADDRS, --to-addrs=TO_ADDRS
List of email addresses to send alerts to.
-f FROM_FILE, --from-file=FROM_FILE
Import urls from a text file. Separated by newline.