]> granicus.if.org Git - icinga2/commitdiff
Use PluginContribDir in itl/plugins-contrib.d/*
authorMalte Rabenseifner <mail@malte-rabenseifner.de>
Mon, 29 Jun 2015 06:19:54 +0000 (08:19 +0200)
committerGunnar Beutner <gunnar@beutner.name>
Mon, 29 Jun 2015 08:21:28 +0000 (10:21 +0200)
fixes #9513

itl/plugins-contrib.d/databases.conf
itl/plugins-contrib.d/network-components.conf
itl/plugins-contrib.d/operating-system.conf
itl/plugins-contrib.d/web.conf

index 09ffe0f44d199cdde734366ba4f8ad8b515a00ee..b224d2ed2c5cf7c4a6e554317fc1e9cb67e86b5a 100644 (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" = {
index 1c243abe99720ef8732fe003670bd266c95e26b0..1d7268942fee9a1792c440d1bf3d2f25c43c900b 100644 (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" = {
index 8de00be5343713def2b699fa8223b19948cd1c90..eee67a5f32f048a4dde4493fe8637369ebc17c58 100644 (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" ]
 }
 
index ef6074d795f88008b7561f0adcdddaf0059180d3..82f88c64df30db53adf8f06ba0d8dd321ac28739 100644 (file)
@@ -20,7 +20,7 @@
 object CheckCommand "webinject" {
        import "plugin-check-command"
 
-       command = [ PluginDir + "/check_webinject" ]
+       command = [ PluginContribDir + "/check_webinject" ]
 
        arguments = {
                "-c" = {