Change location of munin pid file from /var/run to /run in config file.
authorAndy Witter <awitter@georgialibraries.org>
Tue, 8 Jan 2019 22:22:32 +0000 (17:22 -0500)
committerAndy Witter <awitter@georgialibraries.org>
Tue, 8 Jan 2019 22:22:32 +0000 (17:22 -0500)
templates/monitor/munin-node.conf

index 79c2559..982d169 100755 (executable)
@@ -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