Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanbornm/site-monitor
Simple, easy to use site monitor written in Python
https://github.com/sanbornm/site-monitor
Last synced: 3 months ago
JSON representation
Simple, easy to use site monitor written in Python
- Host: GitHub
- URL: https://github.com/sanbornm/site-monitor
- Owner: sanbornm
- Created: 2009-10-05T18:22:09.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2015-12-27T19:20:47.000Z (about 9 years ago)
- Last Synced: 2024-04-17T16:20:40.526Z (8 months ago)
- Language: Python
- Homepage: http://eriwen.com/python/site-monitor/
- Size: 34.2 KB
- Stars: 85
- Watchers: 16
- Forks: 38
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
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
--timeout=TIMEOUT Set the timeout amount (in seconds).
-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.