summaryrefslogtreecommitdiffstats
path: root/roles/munin-master/templates/etc/munin/munin.conf.j2
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2020-05-26 21:15:18 +0200
committerGuilhem Moulin <guilhem@fripost.org>2020-05-26 21:26:45 +0200
commita37de918998af826ae38a1575bacef87c0bf902d (patch)
treed99b593ebb54da34c1035458bce9fa5398eac57d /roles/munin-master/templates/etc/munin/munin.conf.j2
parent0dfaad0c54e44f1abef691d6b98d7b8db807027d (diff)
munin: `sed s,/var/run/,/run,`
Diffstat (limited to 'roles/munin-master/templates/etc/munin/munin.conf.j2')
-rw-r--r--roles/munin-master/templates/etc/munin/munin.conf.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/munin-master/templates/etc/munin/munin.conf.j2 b/roles/munin-master/templates/etc/munin/munin.conf.j2
index 401094a..b53ef0e 100644
--- a/roles/munin-master/templates/etc/munin/munin.conf.j2
+++ b/roles/munin-master/templates/etc/munin/munin.conf.j2
@@ -8,7 +8,7 @@
#dbdir /var/lib/munin
#htmldir /var/cache/munin/www
#logdir /var/log/munin
-#rundir /var/run/munin
+#rundir /run/munin
# Where to look for the HTML templates
#
@@ -83,7 +83,7 @@ html_strategy cgi
# To reduce IO and enable the use of the rrdcached, uncomment it and set it to
# the location of the socket that rrdcached uses.
#
-rrdcached_socket /var/run/rrdcached.sock
+rrdcached_socket /run/rrdcached.sock
# Drop somejuser@fnord.comm and anotheruser@blibb.comm an email everytime
# something changes (OK -> WARNING, CRITICAL -> OK, etc)