Add jobber and bin files

This commit is contained in:
Colin Powell
2020-01-20 21:47:41 -05:00
parent 3526dc90ad
commit 06da32dbea
6 changed files with 188 additions and 0 deletions

37
jobber/.jobber Normal file
View File

@ -0,0 +1,37 @@
version: 1.4
prefs:
logPath: /home/powellc/var/log/jobber.log
runLog:
type: file
path: /home/powellc/var/run/jobber
maxFileLen: 100m
maxHistories: 2
jobs:
WallpaperUpdate:
cmd: /home/powellc/.bin/changepaper.sh
time: 0 0 10
onError: Stop
notifyOnFailure:
- *filesystemSink
SyncMail:
cmd: /home/powellc/.bin/syncmail.sh
time: 0 */5
onError: Stop
notifyOnFailure:
- *filesystemSink
resultSinks:
- &filesystemSink
type: filesystem
path: /home/bob/tmp/jobber-results
data:
- stdout
- stderr
maxAgeDays: 10
- &textAirQuality
type: program
path: /home/bob/text-air-quality.sh