Skip to content
Snippets Groups Projects
Commit 47c9d391 authored by Henrik Triem's avatar Henrik Triem
Browse files

Add redis config file

parent e901ad26
No related branches found
No related tags found
No related merge requests found
Pipeline #7880 passed
......@@ -155,7 +155,7 @@ supervised systemd
#
# Creating a pid file is best effort: if Redis is not able to create it
# nothing bad happens, the server will start and run normally.
pidfile /var/run/icinga-redis/icinga-redis-server.pid
pidfile /var/run/icinga-redis/icingadb-redis-server.pid
# Specify the server verbosity level.
# This can be one of:
......@@ -168,7 +168,7 @@ loglevel notice
# Specify the log file name. Also the empty string can be used to force
# Redis to log on the standard output. Note that if you use standard
# output for logging but daemonize, logs will be sent to /dev/null
logfile /var/log/icinga2/icingadb-redis.log
logfile /var/log/icinga-redis/icingadb-redis-server.log
# To enable logging to the system logger, just set 'syslog-enabled' to yes,
# and optionally update the other syslog parameters to suit your needs.
......@@ -260,7 +260,7 @@ dbfilename dump.rdb
# The Append Only File will also be created inside this directory.
#
# Note that you must specify a directory here, not a file name.
dir /var/lib/icinga-redis
dir /var/lib/icinga-redis/icingadb-redis
################################# REPLICATION #################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment