crash_hound
Crash Hound lets you script monitoring and lets you receive notifications directly on your mobile phone.
It works via Tropo and a http://tropo.com acocunt is required.
For more information check out:
To install it do following:
sudo easy_install crash_hound
Examples
Registers:
from crash_hound import CrashHound, ReportCrash, CommonChecks, SenderTropo
def check_fn():
if 42:
raise ReportCrash('42 is true!')
else:
pass #Ignore
crash_sender = SenderTropo('YOUR TROPO.COM API KEY',
'+56 ... YOUR MOBILE NUMBER ...')
crash_checker = CrashHound(crash_sender)
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: 2011 by amix License: BSD.
Release files for crash_hound 2.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| crash_hound-2.2.tar.gz | 3.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| crash_hound-2.2-py2.7.egg | Legacy Egg format | - | - | Details |
Total release size: 12.1 kB
Release files / crash_hound-2.2.tar.gz
| Download URL | crash_hound-2.2.tar.gz |
|---|---|
| Size | 3.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
42860c5e579ddd1b1d4f98ae8df63eb1e26161ea168e406eb9929c750d10cdc8
|
|
BLAKE2b-256 checksum How to use checksums |
d1cd955f85a64d48b0bb32f5e6aeeaffe26359a57aabbe2622a87b5091bcfc41
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / crash_hound-2.2-py2.7.egg
| Download URL | crash_hound-2.2-py2.7.egg |
|---|---|
| Size | 8.2 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
53dfb5ef3d0076a3703c4000b18c915abe51db7dfd12ba34bab535ada1aad96e
|
|
BLAKE2b-256 checksum How to use checksums |
037d796d6e2828e4d96d23c7338ca207c504d503b26a998cf9a4920e64aaf8d6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |