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+ */
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" = {

View 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" = {

View 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" = {

View 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" = {

View 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" = {

View 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" = {

View 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" = {