From 9beb4f01b399f701faa259e31073c68638e629ca Mon Sep 17 00:00:00 2001 From: Steve8291 Date: Thu, 23 May 2019 03:45:44 -0400 Subject: Create missing /etc/netdata/custom-plugins.d (#6089) Fix Error message in error.log: netdata ERROR : PLUGINSD : cannot open plugins directory '/etc/netdata/custom-plugins.d' (errno 2, No such file or directory) --- netdata-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'netdata-installer.sh') diff --git a/netdata-installer.sh b/netdata-installer.sh index 4ed4050fd7..24e8fdf3b8 100755 --- a/netdata-installer.sh +++ b/netdata-installer.sh @@ -628,7 +628,7 @@ fi # --- conf dir ---- -for x in "python.d" "charts.d" "node.d" "health.d" "statsd.d" "go.d"; do +for x in "python.d" "charts.d" "node.d" "health.d" "statsd.d" "go.d" "custom-plugins.d"; do if [ ! -d "${NETDATA_USER_CONFIG_DIR}/${x}" ]; then echo >&2 "Creating directory '${NETDATA_USER_CONFIG_DIR}/${x}'" run mkdir -p "${NETDATA_USER_CONFIG_DIR}/${x}" || exit 1 -- cgit v1.2.3