mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-29 16:44:29 +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" {
|
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" = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user