-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
12 lines (8 loc) · 738 Bytes
/
README
File metadata and controls
12 lines (8 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
#Overview
XTreme-Monitor was a basic project on Google App Engine to support external monitoring of URLs(via HTTP status codes) with configurable alerting thresholds via e-mail.
We subsequently switched to using Pingdom for monitoring, so this hasn't been modified since 2010. The code is pretty basic and might be useful for something.
#To use:
1. Setup a Google App Engine Account
2. Update your account with this code
3. There is no dedicated admin interface for this tool. Instead, when it first runs, XTreme-Monitor will create some example entries in the App Engine datastore. This will allow you to use the datastore viewer to modify locations(URLs to monitor) and watchers(Subscribers to failure alerts).
4. That's it!