Skip to main content

Check script scheduler

Project description

MonItor is a command line tools with the purpose of simplyfing business check script execution for your application.

If you want to check than at least one email has been sent to a customer, an order has been placed, a new record has been added in the DB, etc… , monitor will run your check script on a regular basis. If that fail, he will notify you via any channel.

Specify your jobs through a python class.

class CheckOK(Check):

frequency = 5 notifiers = [ConsoleNotifier]

def check(self):

return Check.OK

Every 5 minutes, this check script will run and ensure that… it’s OK.

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

app-monitor-0.1.3.tar.gz (4.7 kB view hashes)

Uploaded Source

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