A cron job wrapper that wraps jobs and enables better error reporting and command timeouts.
Project description
Basic example of usage:
##Will print out help $ cronwrap -h usage: cronwrap [-h] [-c CMD] [-e EMAILS] [-t TIME] [-v [VERBOSE]] A cron job wrapper that wraps jobs and enables better error reporting and command timeouts. optional arguments: -h, --help show this help message and exit -c CMD, --cmd CMD Run a command. Could be `cronwrap -c "ls -la"`. -e EMAILS, --emails EMAILS Email following users if the command crashes or exceeds timeout. Could be `cronwrap -e "johndoe@mail.com, marcy@mail.com"`. Uses system's `mail` to send emails. If no command (cmd) is set a test email is sent. -t TIME, --time TIME Set the maximum running time.If this time is passed an alert email will be sent.The command will keep running even if maximum running time is exceeded.The default is 1 hour `-t 1h`. Possible values include: `-t 2h`,`-t 2m`, `-t 30s`. -v [VERBOSE], --verbose [VERBOSE] Will send an email / print to stdout on successful run. ##Will send out a timeout alert to cron@my_domain.com: $ cronwrap -c "sleep 2" -t "1s" -e cron@my_domain.com ##Will send out an error alert to cron@my_domain.com: $ cronwrap -c "blah" -e cron@my_domain.com #Will not send any reports: $ cronwrap -c "ls" -e cron@my_domain.com #Will send a successful report to cron@my_domain.com: $ cronwrap -c "ls" -e cron@my_domain.com -v
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
cronwrap-1.4.tar.gz
(3.9 kB
view details)
Built Distribution
cronwrap-1.4-py2.6.egg
(4.2 kB
view details)
File details
Details for the file cronwrap-1.4.tar.gz
.
File metadata
- Download URL: cronwrap-1.4.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a3cd15ac755aad3d4023544585fd7b877cf93658a0e042c8416271e826d5fde9 |
|
MD5 | 2ea701eb737454a4462e33da81385604 |
|
BLAKE2b-256 | 3a3d998f260fa00053cb55a6a4982ae216ca8b263b012f00e4917f738669f6dc |
Provenance
File details
Details for the file cronwrap-1.4-py2.6.egg
.
File metadata
- Download URL: cronwrap-1.4-py2.6.egg
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b4b0e624e54b926b91deb970a4f436627717bfa7227401b59f9edfa4fca1bed |
|
MD5 | 8e99816b08c0e438a98092aa8b6fa2d2 |
|
BLAKE2b-256 | ff577a828efb715988ce5c30e0acfd9735329aa0d9deee3efde1a6a15dbd50f6 |