muninlite/examples/xinetd.d/munin
runesk 7c8bd1e394 Import
git-svn-id: svn://svn.code.sf.net/p/muninlite/code/muninlite@1 35caa317-6b62-4e8a-81c0-b04f0c356266
2007-06-11 15:45:16 +00:00

12 lines
268 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
}