Made configuration parameters related to LOG_DIR fixed again. Removed --arg-log-dir

Added --no-lock
This commit is contained in:
Patrick Van der Veken
2017-12-22 16:12:56 +01:00
parent e32f605e93
commit d671afcaa8
2 changed files with 65 additions and 95 deletions
+1 -16
View File
@@ -7,24 +7,9 @@
#******************************************************************************
# --- general settings ---
# maximum timeout for HC calls (seconds)
# maximum timeout for HC calls/plugins (seconds) [default: 60]
HC_TIME_OUT=60
# location of log directory, see also --log-dir)
LOG_DIR="/var/opt/hc"
# location of events directory
EVENTS_DIR="${LOG_DIR}/events"
# location of state directory
STATE_DIR="${LOG_DIR}/state"
# location of persistent state directory
STATE_PERM_DIR="${STATE_DIR}/persistent"
# location of temporary state directory
STATE_TEMP_DIR="${STATE_DIR}/temporary"
#******************************************************************************
# End of FILE