From 2b951a0d37efe34e0cee0cacaa59607d35430370 Mon Sep 17 00:00:00 2001 From: BarbUk Date: Sun, 30 Jun 2019 10:02:57 +0400 Subject: [PATCH] Use PluginContribDir instead of PluginDir --- itl/plugins-contrib.d/databases.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/itl/plugins-contrib.d/databases.conf b/itl/plugins-contrib.d/databases.conf index b8b9c2052..ecd436502 100644 --- a/itl/plugins-contrib.d/databases.conf +++ b/itl/plugins-contrib.d/databases.conf @@ -828,7 +828,7 @@ object CheckCommand "redis" { object CheckCommand "proxysql" { import "plugin-check-command" - command = [ PluginDir + "/check_proxysql" ] + command = [ PluginContribDir + "/check_proxysql" ] arguments = { "--user" = { @@ -888,7 +888,7 @@ object CheckCommand "proxysql" { } object CheckCommand "memcached" { - command = [ PluginDir + "/check_memcached" ] + command = [ PluginContribDir + "/check_memcached" ] arguments = { "-H" = {