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 details)
File details
Details for the file app-monitor-0.1.3.tar.gz
.
File metadata
- Download URL: app-monitor-0.1.3.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e5a27104f9db979a165b1086385e305293fcc803e53d3b6febf5c9cc456c800 |
|
MD5 | 3c34ccd20ac5385779e12233491d6441 |
|
BLAKE2b-256 | 30b24de5d22be2f7041783db4ba269faa61f657befb9650b9a0df2e7aba14dc1 |