projects
/
icinga2
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66d2e96
)
Use PluginContribDir instead of PluginDir
7264/head
author
BarbUk
<julien.virey@gmail.com>
Sun, 30 Jun 2019 06:02:57 +0000
(10:02 +0400)
committer
Michael Friedrich
<michael.friedrich@icinga.com>
Mon, 1 Jul 2019 07:32:08 +0000
(09:32 +0200)
itl/plugins-contrib.d/databases.conf
patch
|
blob
|
history
diff --git
a/itl/plugins-contrib.d/databases.conf
b/itl/plugins-contrib.d/databases.conf
index b8b9c2052a163a081bb2052a18cc26ce66f75437..ecd436502385ff2be30aa73fafa3be78ef85817e 100644
(file)
--- 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 = [ Plugin
Contrib
Dir + "/check_proxysql" ]
arguments = {
"--user" = {
@@
-888,7
+888,7
@@
object CheckCommand "proxysql" {
}
object CheckCommand "memcached" {
- command = [ PluginDir + "/check_memcached" ]
+ command = [ Plugin
Contrib
Dir + "/check_memcached" ]
arguments = {
"-H" = {