X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=usr%2Fshare%2Fcarnet-upgrade%2Ffiles%2Fetc%2Fdefault%2Faide;fp=usr%2Fshare%2Fcarnet-upgrade%2Ffiles%2Fetc%2Fdefault%2Faide;h=773751dd36d801d5ae2cfeb504024af16063f4af;hb=039bb4c83072ff6930f464a4ed00c1c97099a3ca;hp=0000000000000000000000000000000000000000;hpb=9e8ab2c99a8eb59f0a500734371be21e10fe39c8;p=carnet-upgrade.git diff --git a/usr/share/carnet-upgrade/files/etc/default/aide b/usr/share/carnet-upgrade/files/etc/default/aide new file mode 100644 index 0000000..773751d --- /dev/null +++ b/usr/share/carnet-upgrade/files/etc/default/aide @@ -0,0 +1,25 @@ +# These settings are mainly for the wrapper scripts around aide, +# such as aideinit and /etc/cron.daily/aide + +# This is the email address reports get mailed to +MAILTO=root + +# Set this to suppress mailings when there's nothing to report +#QUIETREPORTS=1 + +# This parameter defines which aide command to run from the cron script. +# Sensible values are "update" and "check". +# Default is "check", ensuring backwards compatibility. +# Since "update" does not take any longer, it is recommended to use "update", +# so that a new database is created every day. The new database needs to be +# manually copied over the current one, though. +COMMAND=update + +# This parameter defines how many lines to return per e-mail. Output longer +# than this value will be truncated in the e-mail sent out. +LINES=1000 + +# This parameter gives a grep regular expression. If given, all output lines +# that _don't_ match the regexp are listed first in the script's output. This +# allows to easily remove noise from the aide report. +NOISE="(/var/cache/dwww|/var/backups|/var/lib/dwww/html)"