Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamalton/pingdizzle
A simple App Engine application to ping your websites and notify you if they're down
https://github.com/adamalton/pingdizzle
Last synced: 3 days ago
JSON representation
A simple App Engine application to ping your websites and notify you if they're down
- Host: GitHub
- URL: https://github.com/adamalton/pingdizzle
- Owner: adamalton
- Created: 2013-04-26T07:51:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-06-14T10:15:21.000Z (over 5 years ago)
- Last Synced: 2024-11-19T02:14:14.536Z (2 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pingdizzle
==========A simple App Engine application to ping your websites and notify you if they're down.
#Set Up
1. Add the URLs that you want to check into `settings.PINGCONF`.
2. Add your email address(es) into `settings.SEND_DOWNTIME_NOTIFICATIONS_T0`.
3. Set your app ID in app.yaml.
4. Deploy the application to App Engine.
5. Relax.