Merge pull request #7345 from Icinga/bugfix/itl-plugindir

ITL: Align plugins-contrib.d to PluginContribDir
This commit is contained in:
Michael Friedrich 2019-07-22 11:12:50 +02:00 committed by GitHub
commit b71ec527ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 17 additions and 17 deletions

View File

@ -1,7 +1,7 @@
/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */ /* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
object CheckCommand "cloudera_service_status" { object CheckCommand "cloudera_service_status" {
command = [ PluginDir + "/check_cloudera_service_status.py" ] command = [ PluginContribDir + "/check_cloudera_service_status.py" ]
arguments = { arguments = {
"-H" = { "-H" = {
@ -48,7 +48,7 @@ object CheckCommand "cloudera_service_status" {
} }
object CheckCommand "cloudera_hdfs_space" { object CheckCommand "cloudera_hdfs_space" {
command = [ PluginDir + "/check_cloudera_hdfs_space.py" ] command = [ PluginContribDir + "/check_cloudera_hdfs_space.py" ]
arguments = { arguments = {
"-H" = { "-H" = {
@ -80,7 +80,7 @@ object CheckCommand "cloudera_hdfs_space" {
} }
object CheckCommand "cloudera_hdfs_files" { object CheckCommand "cloudera_hdfs_files" {
command = [ PluginDir + "/check_cloudera_hdfs_files.py" ] command = [ PluginContribDir + "/check_cloudera_hdfs_files.py" ]
arguments = { arguments = {
"-H" = { "-H" = {

View File

@ -189,7 +189,7 @@ object CheckCommand "openmanage" {
} }
object CheckCommand "lmsensors" { object CheckCommand "lmsensors" {
command = [ PluginDir + "/check_lmsensors" ] command = [ PluginContribDir + "/check_lmsensors" ]
arguments = { arguments = {
"-w" = { "-w" = {
@ -215,7 +215,7 @@ object CheckCommand "lmsensors" {
object CheckCommand "hddtemp" { object CheckCommand "hddtemp" {
import "plugin-check-command" import "plugin-check-command"
command = [ PluginDir + "/check_hddtemp" ] command = [ PluginContribDir + "/check_hddtemp" ]
arguments = { arguments = {
"--server" = { "--server" = {

View File

@ -67,7 +67,7 @@ object CheckCommand "rbl" {
object CheckCommand "lsyncd" { object CheckCommand "lsyncd" {
import "plugin-check-command" import "plugin-check-command"
command = [ PluginDir + "/check_lsyncd" ] command = [ PluginContribDir + "/check_lsyncd" ]
arguments = { arguments = {
"-s" = { "-s" = {
@ -86,7 +86,7 @@ object CheckCommand "lsyncd" {
} }
object CheckCommand "fail2ban" { object CheckCommand "fail2ban" {
command = [ "sudo", PluginDir + "/check_fail2ban" ] command = [ "sudo", PluginContribDir + "/check_fail2ban" ]
arguments = { arguments = {
"-D" = { "-D" = {

View File

@ -6,7 +6,7 @@
object CheckCommand "adaptec-raid" { object CheckCommand "adaptec-raid" {
import "plugin-check-command" import "plugin-check-command"
command = [ PluginDir + "/check_adaptec_raid" ] command = [ PluginContribDir + "/check_adaptec_raid" ]
arguments = { arguments = {
"-C" = { "-C" = {
@ -27,7 +27,7 @@ object CheckCommand "adaptec-raid" {
object CheckCommand "lsi-raid" { object CheckCommand "lsi-raid" {
import "plugin-check-command" import "plugin-check-command"
command = [ PluginDir + "/check_lsi_raid" ] command = [ PluginContribDir + "/check_lsi_raid" ]
arguments = { arguments = {
"-C" = { "-C" = {

View File

@ -5,7 +5,7 @@
object CheckCommand "smart-attributes" { object CheckCommand "smart-attributes" {
import "plugin-check-command" import "plugin-check-command"
command = [ PluginDir + "/check_smart_attributes" ] command = [ PluginContribDir + "/check_smart_attributes" ]
arguments = { arguments = {
"-dbj" = { "-dbj" = {

View File

@ -1,7 +1,7 @@
/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */ /* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
object CheckCommand "glusterfs" { object CheckCommand "glusterfs" {
command = [ "sudo", PluginDir + "/check_glusterfs" ] command = [ "sudo", PluginContribDir + "/check_glusterfs" ]
arguments = { arguments = {
"--perfdata" = { "--perfdata" = {
@ -41,7 +41,7 @@ object CheckCommand "glusterfs" {
} }
object CheckCommand "ceph" { object CheckCommand "ceph" {
command = [ PluginDir + "/check_ceph.py" ] command = [ PluginContribDir + "/check_ceph.py" ]
arguments = { arguments = {
"-e" = { "-e" = {
@ -88,7 +88,7 @@ object CheckCommand "ceph" {
object CheckCommand "btrfs" { object CheckCommand "btrfs" {
import "plugin-check-command" import "plugin-check-command"
command = [ "sudo", PluginDir + "/check_btrfs" ] command = [ "sudo", PluginContribDir + "/check_btrfs" ]
arguments = { arguments = {
"--allocated-warning-gib" = { "--allocated-warning-gib" = {

View File

@ -563,7 +563,7 @@ object CheckCommand "ssl_cert" {
object CheckCommand "varnish" { object CheckCommand "varnish" {
import "plugin-check-command" import "plugin-check-command"
command = [ PluginDir + "/check_varnish" ] command = [ PluginContribDir + "/check_varnish" ]
arguments = { arguments = {
"-n" = { "-n" = {
@ -587,7 +587,7 @@ object CheckCommand "varnish" {
object CheckCommand "haproxy" { object CheckCommand "haproxy" {
import "plugin-check-command" import "plugin-check-command"
command = [ PluginDir + "/check_haproxy" ] command = [ PluginContribDir + "/check_haproxy" ]
arguments = { arguments = {
"--username" = { "--username" = {
@ -620,7 +620,7 @@ object CheckCommand "haproxy" {
object CheckCommand "haproxy_status" { object CheckCommand "haproxy_status" {
import "plugin-check-command" import "plugin-check-command"
command = [ PluginDir + "/check_haproxy_status" ] command = [ PluginContribDir + "/check_haproxy_status" ]
arguments = { arguments = {
"--defaults" = { "--defaults" = {
@ -665,7 +665,7 @@ object CheckCommand "haproxy_status" {
object CheckCommand "phpfpm_status" { object CheckCommand "phpfpm_status" {
import "plugin-check-command" import "plugin-check-command"
command = [ PluginDir + "/check_phpfpm_status" ] command = [ PluginContribDir + "/check_phpfpm_status" ]
arguments = { arguments = {
"-H" = { "-H" = {