Package: munin-node
Version: 2.0.25-1

In /lib/systemd/system/munin-node.service the variable pidfile is set to:
PIDFile=/run/munin/munin-node.pid

where in
/etc/init.d/munin-node it's
PIDFILE=/var/run/munin/munin-node.pid

and in /etc/munin/munin-node.conf it's also
pid_file /var/run/munin/munin-node.pid

When starting munin-node with systemctl start munin-node.service it gets a timeout because there is no pid at /run/munin/munin-node.pid and kills the process.

If you're lucky, munin-node will send data to munin-server before the timeout so you still get some graphs with data but sometimes it doesn't work so your graph gets white spaces in between.

Solution is to unify the location of pidfile.


I am using Debian 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1 (2015-05-24) x86_64 GNU/Linux

Best regards
--
Frank Hommes


--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to