]> granicus.if.org Git - icinga2/commitdiff
ITL: Align plugins-contrib.d to PluginContribDir 7345/head
authorMichael Friedrich <michael.friedrich@icinga.com>
Mon, 22 Jul 2019 07:37:48 +0000 (09:37 +0200)
committerMichael Friedrich <michael.friedrich@icinga.com>
Mon, 22 Jul 2019 07:37:48 +0000 (09:37 +0200)
That was missing in the past reviews.

itl/plugins-contrib.d/big-data.conf
itl/plugins-contrib.d/hardware.conf
itl/plugins-contrib.d/network-services.conf
itl/plugins-contrib.d/raid-controller.conf
itl/plugins-contrib.d/smart-attributes.conf
itl/plugins-contrib.d/storage.conf
itl/plugins-contrib.d/web.conf

index 83cc6244fe462c3b2d07b6b4c17ac67def1bef90..7d3d6f173e89ab35729c6f195fec51802b224ba7 100644 (file)
@@ -1,7 +1,7 @@
 /* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
 
 object CheckCommand "cloudera_service_status" {
-       command = [ PluginDir + "/check_cloudera_service_status.py" ]
+       command = [ PluginContribDir + "/check_cloudera_service_status.py" ]
 
        arguments = {
                "-H" = {
@@ -48,7 +48,7 @@ object CheckCommand "cloudera_service_status" {
 }
 
 object CheckCommand "cloudera_hdfs_space" {
-       command = [ PluginDir + "/check_cloudera_hdfs_space.py" ]
+       command = [ PluginContribDir + "/check_cloudera_hdfs_space.py" ]
 
        arguments = {
                "-H" = {
@@ -80,7 +80,7 @@ object CheckCommand "cloudera_hdfs_space" {
 }
 
 object CheckCommand "cloudera_hdfs_files" {
-       command = [ PluginDir + "/check_cloudera_hdfs_files.py" ]
+       command = [ PluginContribDir + "/check_cloudera_hdfs_files.py" ]
 
        arguments = {
                "-H" = {
index 4d7b02e82c1e1a0fb39ed45e76450da333ca51fe..c412cb752fb915970a071c201fd1f7f6be61fd83 100644 (file)
@@ -189,7 +189,7 @@ object CheckCommand "openmanage" {
 }
 
 object CheckCommand "lmsensors" {
-       command = [ PluginDir + "/check_lmsensors" ]
+       command = [ PluginContribDir + "/check_lmsensors" ]
 
        arguments = {
                "-w" = {
@@ -215,7 +215,7 @@ object CheckCommand "lmsensors" {
 
 object CheckCommand "hddtemp" {
        import "plugin-check-command"
-       command = [ PluginDir + "/check_hddtemp" ]
+       command = [ PluginContribDir + "/check_hddtemp" ]
 
        arguments = {
                "--server" = {
index 4f5847d197da34d3788b7e77f4cae2d4aeb1e444..89554e4cc868869bcab5dc12570c62a05d0d25d9 100644 (file)
@@ -67,7 +67,7 @@ object CheckCommand "rbl" {
 
 object CheckCommand "lsyncd" {
        import "plugin-check-command"
-       command = [ PluginDir + "/check_lsyncd" ]
+       command = [ PluginContribDir + "/check_lsyncd" ]
 
        arguments = {
                "-s" = {
@@ -86,7 +86,7 @@ object CheckCommand "lsyncd" {
 }
 
 object CheckCommand "fail2ban" {
-       command = [ "sudo", PluginDir + "/check_fail2ban" ]
+       command = [ "sudo", PluginContribDir + "/check_fail2ban" ]
 
        arguments = {
                "-D" = {
index b587715aea73aeb84e3ba20e8112ff5cf1c84a59..17fb388e15d3d666b6e6e247ebbfd9f90cc14922 100644 (file)
@@ -6,7 +6,7 @@
 object CheckCommand "adaptec-raid" {
        import "plugin-check-command"
 
-       command = [ PluginDir + "/check_adaptec_raid" ]
+       command = [ PluginContribDir + "/check_adaptec_raid" ]
 
        arguments = {
                "-C" = {
@@ -27,7 +27,7 @@ object CheckCommand "adaptec-raid" {
 object CheckCommand "lsi-raid" {
        import "plugin-check-command"
 
-       command = [ PluginDir + "/check_lsi_raid" ]
+       command = [ PluginContribDir + "/check_lsi_raid" ]
 
        arguments = {
                "-C" = {
index e668bd3cca760443064a8cf29f39af600b34ba3c..20eb34584d833853b154413c6c0538957fc41deb 100644 (file)
@@ -5,7 +5,7 @@
 object CheckCommand "smart-attributes" {
        import "plugin-check-command"
 
-       command = [ PluginDir + "/check_smart_attributes" ]
+       command = [ PluginContribDir + "/check_smart_attributes" ]
 
        arguments = {
                "-dbj" = {
index 44043008074f59b60ee1bece6a7cd0c966e0bb65..dca080eb0110088944bb809eb5b5e1adc0da1442 100644 (file)
@@ -1,7 +1,7 @@
 /* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
 
 object CheckCommand "glusterfs" {
-       command = [ "sudo", PluginDir + "/check_glusterfs" ]
+       command = [ "sudo", PluginContribDir + "/check_glusterfs" ]
 
        arguments = {
                "--perfdata" = {
@@ -41,7 +41,7 @@ object CheckCommand "glusterfs" {
 }
 
 object CheckCommand "ceph" {
-       command = [ PluginDir + "/check_ceph.py" ]
+       command = [ PluginContribDir + "/check_ceph.py" ]
 
        arguments = {
                "-e" = {
@@ -88,7 +88,7 @@ object CheckCommand "ceph" {
 
 object CheckCommand "btrfs" {
        import "plugin-check-command"
-       command = [ "sudo", PluginDir + "/check_btrfs" ]
+       command = [ "sudo", PluginContribDir + "/check_btrfs" ]
 
        arguments = {
                "--allocated-warning-gib" = {
index b58261dd689170ae6b3a6571e85a912157a5859c..c7c4d2358c08592ecefd54b2c00127e675781d01 100644 (file)
@@ -563,7 +563,7 @@ object CheckCommand "ssl_cert" {
 
 object CheckCommand "varnish" {
        import "plugin-check-command"
-       command = [ PluginDir + "/check_varnish" ]
+       command = [ PluginContribDir + "/check_varnish" ]
 
        arguments = {
                "-n" = {
@@ -587,7 +587,7 @@ object CheckCommand "varnish" {
 
 object CheckCommand "haproxy" {
        import "plugin-check-command"
-       command = [ PluginDir + "/check_haproxy" ]
+       command = [ PluginContribDir + "/check_haproxy" ]
 
        arguments = {
                "--username" = {
@@ -620,7 +620,7 @@ object CheckCommand "haproxy" {
 
 object CheckCommand "haproxy_status" {
        import "plugin-check-command"
-       command = [ PluginDir + "/check_haproxy_status" ]
+       command = [ PluginContribDir + "/check_haproxy_status" ]
 
        arguments = {
                "--defaults" = {
@@ -665,7 +665,7 @@ object CheckCommand "haproxy_status" {
 
 object CheckCommand "phpfpm_status" {
        import "plugin-check-command"
-       command = [ PluginDir + "/check_phpfpm_status" ]
+       command = [ PluginContribDir + "/check_phpfpm_status" ]
 
        arguments = {
                "-H" = {