mirror of
https://github.com/munin-monitoring/muninlite.git
synced 2025-01-03 11:42:10 +01:00
CHange default plugin directory to /etc/munin/plugins
This path is also used by the official `munin-node` implementation.
This commit is contained in:
parent
fe4c587c27
commit
829f230b9b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue