]> 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)
committerMichael Friedrich <michael.friedrich@netways.de>
Mon, 6 Jul 2015 13:21:57 +0000 (15: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 b51dcef242ed1732587557e1f288f9631d004a86..b9bec82943e544d3ae870bc05cf4cbb857e9db61 100644 (file)
@@ -49,4 +49,3 @@ object CheckCommand "mem" {
        vars.mem_free = false
        vars.mem_cache = false
 }
-
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" = {