projects
/
contrib
/
pines
/
genasys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38ab4d8
)
Change location of munin pid file from /var/run to /run in config file.
author
Andy Witter
<awitter@georgialibraries.org>
Tue, 8 Jan 2019 22:22:32 +0000
(17:22 -0500)
committer
Andy Witter
<awitter@georgialibraries.org>
Tue, 8 Jan 2019 22:22:32 +0000
(17:22 -0500)
templates/monitor/munin-node.conf
patch
|
blob
|
history
diff --git
a/templates/monitor/munin-node.conf
b/templates/monitor/munin-node.conf
index
79c2559
..
982d169
100755
(executable)
--- a/
templates/monitor/munin-node.conf
+++ b/
templates/monitor/munin-node.conf
@@
-2,7
+2,8
@@
log_level 4
log_file /var/log/munin/munin-node.log
port 4949
-pid_file /var/run/munin/munin-node.pid
+#pid_file /var/run/munin/munin-node.pid
+pid_file /run/munin/munin-node.pid
background 1
host *
user root