40 lines
1.5 KiB
Plaintext
40 lines
1.5 KiB
Plaintext
###############################################################################
|
|
# Copyright 2009-2016, Way to the Web Limited
|
|
# URL: http://www.configserver.com
|
|
# Email: sales@waytotheweb.com
|
|
###############################################################################
|
|
# The following is a list of files and directories for cxs Watch to monitor.
|
|
# The feature is intended to only monitor a small number of infrequently used
|
|
# files or small directories and generate reports of the changes
|
|
#
|
|
# You must use the following format of one record per line:
|
|
#
|
|
# options|interval|/path/to/resource
|
|
#
|
|
# options (standard):
|
|
# C = Created
|
|
# M = Modified
|
|
# A = Attributes Changed
|
|
# D = Deleted
|
|
#
|
|
# options (additional):
|
|
# 5 = Compare before and after file md5sums - not recommended with large files
|
|
# or directories that could affect performance
|
|
# X = Compare before and after file contents (creates diff output) when
|
|
# modified - not generally recommended due to memory requirements
|
|
# Q = Store a copy of before and after files in quarantine when modified - not
|
|
# generally recommended as it may impact disk space
|
|
# L = Log continuous report to /var/log/cxsmonitor.log
|
|
#
|
|
# interval:
|
|
# Seconds before a report is sent (i.e. not sent less than NN seconds apart),
|
|
# e.g. 60 will not send report less than 1 minute apart
|
|
#
|
|
# /path/to/resource:
|
|
# The full path to a file or directory to monitor
|
|
#
|
|
# Example to monitor cron job changes and report not more that once per minute:
|
|
#CMAD|60|/var/spool/cron/
|
|
#
|
|
# For more information see the cxs POD documentation
|