mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Use PluginContribDir instead of PluginDir
This commit is contained in:
parent
66d2e968a9
commit
2b951a0d37
@ -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" = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user