Use PluginContribDir in itl/plugins-contrib.d/*

fixes #9513
This commit is contained in:
Malte Rabenseifner 2015-06-29 08:19:54 +02:00 committed by Gunnar Beutner
parent 2eaae1f733
commit 3f622858e6
4 changed files with 9 additions and 9 deletions

View File

@ -20,7 +20,7 @@
object CheckCommand "mssql_health" {
import "plugin-check-command"
command = [ PluginDir + "/check_mssql_health" ]
command = [ PluginContribDir + "/check_mssql_health" ]
arguments = {
"--hostname" = {
@ -94,7 +94,7 @@ object CheckCommand "mysql_health" {
import "plugin-check-command"
import "ipv4-or-ipv6"
command = [ PluginDir + "/check_mysql_health" ]
command = [ PluginContribDir + "/check_mysql_health" ]
arguments = {
"--hostname" = {
@ -157,7 +157,7 @@ object CheckCommand "mysql_health" {
object CheckCommand "oracle_health" {
import "plugin-check-command"
command = [ PluginDir + "/check_oracle_health" ]
command = [ PluginContribDir + "/check_oracle_health" ]
arguments = {
"--connect" = {
@ -232,7 +232,7 @@ object CheckCommand "postgres" {
import "plugin-check-command"
import "ipv4-or-ipv6"
command = [ PluginDir + "/check_postgres.pl" ]
command = [ PluginContribDir + "/check_postgres.pl" ]
arguments = {
"-H" = {
@ -307,7 +307,7 @@ object CheckCommand "postgres" {
object CheckCommand "mongodb" {
import "plugin-check-command"
command = [ PluginDir + "/check_mongodb.py" ]
command = [ PluginContribDir + "/check_mongodb.py" ]
arguments = {
"-H" = {
@ -387,7 +387,7 @@ object CheckCommand "mongodb" {
object CheckCommand "elasticsearch" {
import "plugin-check-command"
command = [ PluginDir + "/check_elasticsearch" ]
command = [ PluginContribDir + "/check_elasticsearch" ]
arguments = {
"--failure-domain" = {

View File

@ -296,7 +296,7 @@ object CheckCommand "iftraffic" {
import "plugin-check-command"
import "ipv4-or-ipv6"
command = [ PluginDir + "/check_iftraffic64.pl"]
command = [ PluginContribDir + "/check_iftraffic64.pl"]
arguments = {
"-H" = {

View File

@ -53,6 +53,6 @@ object CheckCommand "mem" {
object CheckCommand "running_kernel" {
import "plugin-check-command"
command = [ "sudo", PluginDir + "/check_running_kernel" ]
command = [ "sudo", PluginContribDir + "/check_running_kernel" ]
}

View File

@ -20,7 +20,7 @@
object CheckCommand "webinject" {
import "plugin-check-command"
command = [ PluginDir + "/check_webinject" ]
command = [ PluginContribDir + "/check_webinject" ]
arguments = {
"-c" = {