From e3a7bdcfda463feb30e92fa681212f41e1c58ecd Mon Sep 17 00:00:00 2001 From: Andy Witter <awitter@georgialibraries.org> Date: Tue, 8 Jan 2019 17:22:32 -0500 Subject: [PATCH] Change location of munin pid file from /var/run to /run in config file. --- templates/monitor/munin-node.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/monitor/munin-node.conf b/templates/monitor/munin-node.conf index 79c2559..982d169 100755 --- 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 -- 2.11.0