Skip to content

Commit

Permalink
sysutils/munin-node: Remove MFS support for /var/log (opnsense#3041)
Browse files Browse the repository at this point in the history
  • Loading branch information
mimugmail authored Aug 1, 2022
1 parent 1a44730 commit 6604664
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 1 addition & 2 deletions sysutils/munin-node/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
Expand Down
7 changes: 7 additions & 0 deletions sysutils/munin-node/pkg-descr
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 6604664

Please sign in to comment.