Monitor anything and get notifications directly on your iPhone
Project description
crash_hound
Crash Hound lets you script monitoring and lets you receive notifications directly on your iPhone (for free!).
It works via notifo.com and a notifo.com account is required.
For more information check out: http://amix.dk/blog/post/19526#Crash-Hound-scriptable-monitoring-and-free-phone-notifications
Examples
Registers:
from crash_hound import CrashHound, ReportCrash, CommonChecks
def check_fn():
if 42:
raise ReportCrash('42 is true!')
else:
pass #Ignore
crash_checker = CrashHound(YOUR_USERNAME,
YOUR_API_TOKEN)
crash_checker.register_check('42 Checker',
check_fn,
notify_every=60)
crash_checker.register_check('Google.com Blah test',
lambda: CommonChecks.website_check('http://google.com/blah'),
notify_every=60)
crash_checker.run_checks(check_interval=10)
Copyright: 2010 by amix License: BSD.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file crash_hound-1.0.tar.gz.
File metadata
- Download URL: crash_hound-1.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98f9d16d8c647b47930dedc883a40543a31eb81da2061f328affda1b82e1e397
|
|
| MD5 |
832f33241deb575c3f17599f20dabac6
|
|
| BLAKE2b-256 |
e24d8c23d870730440dd3a53ce5d4f6da39972751312a41a68ecf86138c4164d
|
File details
Details for the file crash_hound-1.0-py2.6.egg.
File metadata
- Download URL: crash_hound-1.0-py2.6.egg
- Upload date:
- Size: 5.8 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78dd5932f2874356343754c2a2fd8ce21951d22162535bd3e70aaa3e0c291251
|
|
| MD5 |
af28bd367cab80d9857b27f7d549bc84
|
|
| BLAKE2b-256 |
68e5500414061dfda3ca846566e4ad1b89952e5d3391300b5c555c783bc56503
|