muninlite: update to 2.0.1

* follow upstream ressources to github
* rename /usr/sbin/munin-node to /usr/sbin/muninlite
  (following the chane of upstream)
* change plugin directory from /usr/sbin/munin-node-plugin.d/
  to /etc/munin/plugins (compatible to upstream / munin-node)
* all patches (except one OpenWrt-specific patch) were merged
  upstream

Signed-off-by: Lars Kruse <devel@sumpfralle.de>
This commit is contained in:
Lars Kruse
2020-04-12 19:18:31 +02:00
parent 6bae8487ef
commit 7b2b37c4a1
11 changed files with 18 additions and 155 deletions
@@ -1,10 +1,10 @@
service munin
service muninlite
{
socket_type = stream
protocol = tcp
wait = no
user = root
group = root
server = /usr/sbin/munin-node
server = /usr/sbin/muninlite
disable = no
}