sysutils/munin-node: Remove MFS support for /var/log (#3041)

This commit is contained in:
Michael
2022-08-01 09:27:54 +02:00
committed by GitHub
parent 1a4473098b
commit 6604664d90
3 changed files with 9 additions and 3 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
PLUGIN_NAME= munin-node
PLUGIN_VERSION= 1.0
PLUGIN_REVISION= 1
PLUGIN_VERSION= 1.1
PLUGIN_COMMENT= Munin monitoring agent
PLUGIN_DEPENDS= munin-node
PLUGIN_MAINTAINER= m.muenz@gmail.com
+7
View File
@@ -11,3 +11,10 @@ of creating own "plugins" (graphs).
This is the node part. It is used on all machines Munin shall watch.
WWW: http://munin-monitoring.org/
Plugin Changelog
----------------
1.1
* Remove MFS support for /var/log
@@ -4,4 +4,4 @@ munin_node_enable="YES"
{% else %}
munin_node_enable="NO"
{% endif %}
munin_node_var_mfs="/var/cache/munin_node /var/db/munin_node /var/log/munin_node"
munin_node_var_mfs="/var/cache/munin_node /var/db/munin_node"