CHange default plugin directory to /etc/munin/plugins

This path is also used by the official `munin-node` implementation.
This commit is contained in:
Lars Kruse 2020-02-09 00:00:51 +01:00
parent fe4c587c27
commit 829f230b9b

View file

@ -18,7 +18,7 @@ set -eu
# if plugindir_ is present in $PLUGINS, executables (scripts, binaries) in the specified path
# and matching the pattern will be scanned and operated as plugins
PLUGIN_DIRECTORY="$(dirname "$0")/munin-node-plugin.d"
PLUGIN_DIRECTORY=/etc/munin/plugins
PLUGINPATTERN="*"
# Remove unwanted plugins from this list