-
Notifications
You must be signed in to change notification settings - Fork 1
/
notifyrc
43 lines (36 loc) · 2.37 KB
/
notifyrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# ---------------------------------------------------------------------------------------------
#
# rdfetch and podget-wrapper notifications, and related configuration
#
# ---------------------------------------------------------------------------------------------
###############################################################################################
# Where to store podget runtime information (relative to ${DIR_CONFIG})
###############################################################################################
PODGET_RUNTIME_DATA=podget.run
###############################################################################################
# How long (in seconds) to wait for a "stuck" instance of podget.
###############################################################################################
PODGET_REASONABLE_RUNTIME=1800
###############################################################################################
# Send email to the following list of (whitespace separated) email addresses when things are
# "Not Good".
###############################################################################################
PODGET_MAILTO=( dklann@broadcasttool.com )
###############################################################################################
# What mailer to use.
###############################################################################################
PODGET_MAILER=msmtp
###############################################################################################
# Where the mailer configuration file is.
# This might be a "hard link" to the file in another location.
# On Debian/Ubuntu, AppArmor requires this to be a "dot-file".
###############################################################################################
PODGET_MAILER_CONFIG=${DIR_CONFIG}/.msmtprc
###############################################################################################
# Mailer command line args.
###############################################################################################
PODGET_MAILER_ARGS="--read-recipients --read-envelope-from --file ${PODGET_MAILER__CONFIG}"
###############################################################################################
# Aging threshold (in days) to keep podget entries in log/done.
###############################################################################################
PODGET_AGE_THRESHOLD=60