check_health/configs/etc/check_linux_file_change.conf.dist
2019-03-10 12:05:43 +01:00

37 lines
1.4 KiB
Plaintext

#******************************************************************************
# @(#) check_linux_file_change.conf
#******************************************************************************
# This is a configuration file for the check_linux_file_change HC plugin.
# All lines starting with a '#' are comment lines.
# [default: indicates hardcoded script values if no value is defined here]
#******************************************************************************
# specify whether to also log passed health checks
# (warning: this may rapidly grow the HC log)
# [default: no]
log_healthy="no"
# name of the state file to use (will be relative to /var/opt/hc/state/persistent
# [default: discovered.file_change]
state_file=discovered.file_change
# specify if file names need to be checked/flagged for meta characters [yes|no]
# [default: yes]
do_meta_check="yes"
# specify files or directories check (directories are automatically expanded)
# format:
# incl:<full path> (includes a path)
# excl:<full path> (excludes a path)
# note: shell wild cards in the file paths are not supported! Exclusions have
# a higher priority than inclusions.
# Examples:
#incl:file1
#incl:dir1
#excl:dir1/file2
#******************************************************************************
# End of FILE
#******************************************************************************