Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rpm-icinga2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
packaging
rpm-icinga2
Commits
47c9d391
Commit
47c9d391
authored
5 years ago
by
Henrik Triem
Browse files
Options
Downloads
Patches
Plain Diff
Add redis config file
parent
e901ad26
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#7880
passed
5 years ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
icingadb-redis.conf
+3
-3
3 additions, 3 deletions
icingadb-redis.conf
with
3 additions
and
3 deletions
icingadb-redis.conf
+
3
−
3
View file @
47c9d391
...
...
@@ -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
/
icinga
db
-
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
/
icinga
2
/
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 #################################
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment