You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-admin/filewatcher/files/filewatcher.conf

25 lines
567 B

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