Use PluginContribDir instead of PluginDir

This commit is contained in:
BarbUk 2019-06-30 10:02:57 +04:00 committed by Michael Friedrich
parent 66d2e968a9
commit 2b951a0d37

View File

@ -828,7 +828,7 @@ object CheckCommand "redis" {
object CheckCommand "proxysql" { object CheckCommand "proxysql" {
import "plugin-check-command" import "plugin-check-command"
command = [ PluginDir + "/check_proxysql" ] command = [ PluginContribDir + "/check_proxysql" ]
arguments = { arguments = {
"--user" = { "--user" = {
@ -888,7 +888,7 @@ object CheckCommand "proxysql" {
} }
object CheckCommand "memcached" { object CheckCommand "memcached" {
command = [ PluginDir + "/check_memcached" ] command = [ PluginContribDir + "/check_memcached" ]
arguments = { arguments = {
"-H" = { "-H" = {