muninlite/examples/xinetd.d/munin
Lars Kruse f4518e5375 Change name of executable from "munin-node" to "muninlite"
Previously MuninLite tried to create a drop-in-replacement for
munin-node by using the same name.  But MuninLite behaves differently
and may even be used in parallel to a regular munin-node setup on a host,
thus it should use a distinct name.
2020-02-08 23:39:44 +01:00

12 lines
290 B
Plaintext

service munin
{
socket_type = stream
protocol = tcp
wait = no
user = root
group = root
only_from = 10.42.42.25
server = /usr/local/bin/muninlite
disable = no
}