That was missing in the past reviews.
/* 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" = {
}
object CheckCommand "cloudera_hdfs_space" {
- command = [ PluginDir + "/check_cloudera_hdfs_space.py" ]
+ command = [ PluginContribDir + "/check_cloudera_hdfs_space.py" ]
arguments = {
"-H" = {
}
object CheckCommand "cloudera_hdfs_files" {
- command = [ PluginDir + "/check_cloudera_hdfs_files.py" ]
+ command = [ PluginContribDir + "/check_cloudera_hdfs_files.py" ]
arguments = {
"-H" = {
}
object CheckCommand "lmsensors" {
- command = [ PluginDir + "/check_lmsensors" ]
+ command = [ PluginContribDir + "/check_lmsensors" ]
arguments = {
"-w" = {
object CheckCommand "hddtemp" {
import "plugin-check-command"
- command = [ PluginDir + "/check_hddtemp" ]
+ command = [ PluginContribDir + "/check_hddtemp" ]
arguments = {
"--server" = {
object CheckCommand "lsyncd" {
import "plugin-check-command"
- command = [ PluginDir + "/check_lsyncd" ]
+ command = [ PluginContribDir + "/check_lsyncd" ]
arguments = {
"-s" = {
}
object CheckCommand "fail2ban" {
- command = [ "sudo", PluginDir + "/check_fail2ban" ]
+ command = [ "sudo", PluginContribDir + "/check_fail2ban" ]
arguments = {
"-D" = {
object CheckCommand "adaptec-raid" {
import "plugin-check-command"
- command = [ PluginDir + "/check_adaptec_raid" ]
+ command = [ PluginContribDir + "/check_adaptec_raid" ]
arguments = {
"-C" = {
object CheckCommand "lsi-raid" {
import "plugin-check-command"
- command = [ PluginDir + "/check_lsi_raid" ]
+ command = [ PluginContribDir + "/check_lsi_raid" ]
arguments = {
"-C" = {
object CheckCommand "smart-attributes" {
import "plugin-check-command"
- command = [ PluginDir + "/check_smart_attributes" ]
+ command = [ PluginContribDir + "/check_smart_attributes" ]
arguments = {
"-dbj" = {
/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
object CheckCommand "glusterfs" {
- command = [ "sudo", PluginDir + "/check_glusterfs" ]
+ command = [ "sudo", PluginContribDir + "/check_glusterfs" ]
arguments = {
"--perfdata" = {
}
object CheckCommand "ceph" {
- command = [ PluginDir + "/check_ceph.py" ]
+ command = [ PluginContribDir + "/check_ceph.py" ]
arguments = {
"-e" = {
object CheckCommand "btrfs" {
import "plugin-check-command"
- command = [ "sudo", PluginDir + "/check_btrfs" ]
+ command = [ "sudo", PluginContribDir + "/check_btrfs" ]
arguments = {
"--allocated-warning-gib" = {
object CheckCommand "varnish" {
import "plugin-check-command"
- command = [ PluginDir + "/check_varnish" ]
+ command = [ PluginContribDir + "/check_varnish" ]
arguments = {
"-n" = {
object CheckCommand "haproxy" {
import "plugin-check-command"
- command = [ PluginDir + "/check_haproxy" ]
+ command = [ PluginContribDir + "/check_haproxy" ]
arguments = {
"--username" = {
object CheckCommand "haproxy_status" {
import "plugin-check-command"
- command = [ PluginDir + "/check_haproxy_status" ]
+ command = [ PluginContribDir + "/check_haproxy_status" ]
arguments = {
"--defaults" = {
object CheckCommand "phpfpm_status" {
import "plugin-check-command"
- command = [ PluginDir + "/check_phpfpm_status" ]
+ command = [ PluginContribDir + "/check_phpfpm_status" ]
arguments = {
"-H" = {