muninlite/examples/xinetd.d/munin

12 lines
291 B
Plaintext
Raw Normal View History

service munin
{
socket_type = stream
protocol = tcp
wait = no
user = root
2020-02-06 07:16:36 +01:00
group = root
only_from = 10.42.42.25
server = /usr/local/bin/munin-node
disable = no
}