muninlite/examples/xinetd.d/munin
2020-02-08 23:38:15 +01:00

12 lines
291 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/munin-node
disable = no
}