Skip to main content

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

crash_hound-1.0.tar.gz (2.7 kB view details)

Uploaded Source

Built Distribution

crash_hound-1.0-py2.6.egg (5.8 kB view details)

Uploaded Source

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

Hashes for crash_hound-1.0.tar.gz
Algorithm Hash digest
SHA256 98f9d16d8c647b47930dedc883a40543a31eb81da2061f328affda1b82e1e397
MD5 832f33241deb575c3f17599f20dabac6
BLAKE2b-256 e24d8c23d870730440dd3a53ce5d4f6da39972751312a41a68ecf86138c4164d

See more details on using hashes here.

File details

Details for the file crash_hound-1.0-py2.6.egg.

File metadata

File hashes

Hashes for crash_hound-1.0-py2.6.egg
Algorithm Hash digest
SHA256 78dd5932f2874356343754c2a2fd8ce21951d22162535bd3e70aaa3e0c291251
MD5 af28bd367cab80d9857b27f7d549bc84
BLAKE2b-256 68e5500414061dfda3ca846566e4ad1b89952e5d3391300b5c555c783bc56503

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page