Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install crash-hound

How to install crash_hound

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install crash-hound
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
2.1
2.2Never BuiltWhy not?
2.1 Available View build log
1.2 Available View build log
Windows (64-bit)
2.1
2.2Never BuiltWhy not?
2.1 Available View build log
1.2 Available View build log
Mac OS X (10.5+)
2.1
2.2Never BuiltWhy not?
2.1 Available View build log
1.2 Available View build log
Linux (32-bit)
2.1
2.2Never BuiltWhy not?
2.1 Available View build log
1.2 Available View build log
Linux (64-bit)
2.2 Available View build log
2.1 Available View build log
1.2 Available View build log
 
Author
License
BSD
Imports
Lastest release
version 2.2 on Jan 9th, 2014

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.

Subscribe to package updates

Last updated Jan 9th, 2014

Download Stats

Last month:2

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.