Increase minimum log file size.
This commit is contained in:
parent
b2af23e6a4
commit
82d3b7fccb
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
COMMAND="/opt/bin/mirror"
|
COMMAND="/opt/bin/mirror"
|
||||||
LOGSDIR="/var/log/duplication/mirroring/$(printf "%(%Y/%m)T")"
|
LOGSDIR="/var/log/duplication/mirroring/$(printf "%(%Y/%m)T")"
|
||||||
LOGFILE="$(printf "%(%Y%m%d-%H%M%S)T")-$$"
|
LOGFILE="$(printf "%(%Y%m%d-%H%M%S)T")-$$"
|
||||||
MIN_LOGFILE_SIZE="550" # Used to prevent unnecessary emails - only messages over this size are sent.
|
MIN_LOGFILE_SIZE="650" # Used to prevent unnecessary emails - only messages over this size are sent.
|
||||||
# Where from/to to send emails. Comment for no emailing.
|
# Where from/to to send emails. Comment for no emailing.
|
||||||
EMAIL_FROM="\"Server: ${HOSTNAME%%.*}\" <noreply@slackware.uk.net>"
|
EMAIL_FROM="\"Server: ${HOSTNAME%%.*}\" <noreply@slackware.uk.net>"
|
||||||
EMAIL_TO=("Systems' Administrator <sysadmin@slackware.uk>")
|
EMAIL_TO=("Systems' Administrator <sysadmin@slackware.uk>")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue