mirror of
https://github.com/munin-monitoring/muninlite.git
synced 2024-11-10 21:26:33 +01:00
f4518e5375
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.
12 lines
290 B
Plaintext
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
|
|
}
|