summaryrefslogtreecommitdiff
path: root/app-admin/filewatcher/files/filewatcher.conf
blob: e3358242759acfa840941f2ce37fbb54218e0945 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
option archive-root /var/lib/filewatcher/archive
option state-file /var/lib/filewatcher/state
option warn-if-missing true
option include-autopush true
option skip-binary true

# default notify via email to sysadm address
option notify mailto:root
# scan for archived files deleted from the filesystem
option scan-frequency 4h
watch ARCHIVE

# system security files
option scan-frequency 5m
watch /etc/passwd
watch /etc/group
watch /sudoers


# filewatcher and its configuration files
option scan-frequency 30m
watch /etc/filewatcher.conf
watch /usr/sbin/filewatcher