773751dd36d801d5ae2cfeb504024af16063f4af
[carnet-upgrade.git] / usr / share / carnet-upgrade / files / etc / default / aide
1 # These settings are mainly for the wrapper scripts around aide,
2 # such as aideinit and /etc/cron.daily/aide
3
4 # This is the email address reports get mailed to
5 MAILTO=root
6
7 # Set this to suppress mailings when there's nothing to report
8 #QUIETREPORTS=1
9
10 # This parameter defines which aide command to run from the cron script.
11 # Sensible values are "update" and "check".
12 # Default is "check", ensuring backwards compatibility.
13 # Since "update" does not take any longer, it is recommended to use "update",
14 # so that a new database is created every day. The new database needs to be
15 # manually copied over the current one, though.
16 COMMAND=update
17
18 # This parameter defines how many lines to return per e-mail. Output longer
19 # than this value will be truncated in the e-mail sent out.
20 LINES=1000
21
22 # This parameter gives a grep regular expression. If given, all output lines
23 # that _don't_ match the regexp are listed first in the script's output. This
24 # allows to easily remove noise from the aide report.
25 NOISE="(/var/cache/dwww|/var/backups|/var/lib/dwww/html)"