Files
neighborhoodwatch/neighborhoodwatch.conf-sample
florian e0da46edca add scripts for CakePHP and PHPMyAdmin, courtesy of WvR.
Also include new logging options (verbosity)
2013-10-05 15:45:31 +00:00

19 lines
410 B
Plaintext

#################
#
# Settings (will be sourced from main script)
#
# Hosts that need to be checked (these need to be an ssh login with keys, not passwords, hosts space separated)
# If the list is empty, the local machine will be checked.
#
export CHK_HOSTS="host1 host2 host3"
# Path configuration
#
export RUN_PATH="${SCRIPT_PATH}/run.d"
export TMP_PATH="${SCRIPT_PATH}/tmp"
# Options
export VERBOSE="1"