mirror of https://github.com/Icinga/icinga2.git
parent
dc2992443f
commit
22fa4773df
|
@ -2244,7 +2244,6 @@ object CheckCommand "mysql_query" {
|
||||||
}
|
}
|
||||||
|
|
||||||
object CheckCommand "radius" {
|
object CheckCommand "radius" {
|
||||||
import "plugin-check-command"
|
|
||||||
import "ipv4-or-ipv6"
|
import "ipv4-or-ipv6"
|
||||||
|
|
||||||
command = [
|
command = [
|
||||||
|
|
|
@ -18,8 +18,8 @@
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
object CheckCommand "logstash" {
|
object CheckCommand "logstash" {
|
||||||
import "plugin-check-command"
|
|
||||||
command = [ PluginContribDir + "/check_logstash" ]
|
command = [ PluginContribDir + "/check_logstash" ]
|
||||||
|
|
||||||
arguments = {
|
arguments = {
|
||||||
"-H" = {
|
"-H" = {
|
||||||
value = "$logstash_hostname$"
|
value = "$logstash_hostname$"
|
||||||
|
|
|
@ -149,8 +149,8 @@ object CheckCommand "iostat" {
|
||||||
}
|
}
|
||||||
|
|
||||||
object CheckCommand "iostats" {
|
object CheckCommand "iostats" {
|
||||||
import "plugin-check-command"
|
|
||||||
command = [ PluginContribDir + "/check_iostats" ]
|
command = [ PluginContribDir + "/check_iostats" ]
|
||||||
|
|
||||||
arguments = {
|
arguments = {
|
||||||
"-d" = {
|
"-d" = {
|
||||||
value = "$iostats_disk$"
|
value = "$iostats_disk$"
|
||||||
|
|
|
@ -211,7 +211,6 @@ object CheckCommand "jmx4perl" {
|
||||||
}
|
}
|
||||||
|
|
||||||
object CheckCommand "squid" {
|
object CheckCommand "squid" {
|
||||||
import "plugin-check-command"
|
|
||||||
import "ipv4-or-ipv6"
|
import "ipv4-or-ipv6"
|
||||||
|
|
||||||
command = [ PluginContribDir + "/check_squid" ]
|
command = [ PluginContribDir + "/check_squid" ]
|
||||||
|
@ -260,7 +259,6 @@ object CheckCommand "squid" {
|
||||||
}
|
}
|
||||||
|
|
||||||
object CheckCommand "nginx_status" {
|
object CheckCommand "nginx_status" {
|
||||||
import "plugin-check-command"
|
|
||||||
import "ipv4-or-ipv6"
|
import "ipv4-or-ipv6"
|
||||||
|
|
||||||
command = [ PluginContribDir + "/check_nginx_status.pl" ]
|
command = [ PluginContribDir + "/check_nginx_status.pl" ]
|
||||||
|
@ -329,7 +327,6 @@ object CheckCommand "nginx_status" {
|
||||||
}
|
}
|
||||||
|
|
||||||
object CheckCommand "apache-status" {
|
object CheckCommand "apache-status" {
|
||||||
import "plugin-check-command"
|
|
||||||
import "ipv4-or-ipv6"
|
import "ipv4-or-ipv6"
|
||||||
|
|
||||||
command = [ PluginContribDir + "/check_apache_status.pl" ]
|
command = [ PluginContribDir + "/check_apache_status.pl" ]
|
||||||
|
|
Loading…
Reference in New Issue