mirror of https://github.com/Icinga/icinga2.git
parent
1eb5c8d9f3
commit
aeaa77125a
|
@ -20,7 +20,7 @@
|
||||||
object CheckCommand "mssql_health" {
|
object CheckCommand "mssql_health" {
|
||||||
import "plugin-check-command"
|
import "plugin-check-command"
|
||||||
|
|
||||||
command = [ PluginDir + "/check_mssql_health" ]
|
command = [ PluginContribDir + "/check_mssql_health" ]
|
||||||
|
|
||||||
arguments = {
|
arguments = {
|
||||||
"--hostname" = {
|
"--hostname" = {
|
||||||
|
@ -94,7 +94,7 @@ object CheckCommand "mysql_health" {
|
||||||
import "plugin-check-command"
|
import "plugin-check-command"
|
||||||
import "ipv4-or-ipv6"
|
import "ipv4-or-ipv6"
|
||||||
|
|
||||||
command = [ PluginDir + "/check_mysql_health" ]
|
command = [ PluginContribDir + "/check_mysql_health" ]
|
||||||
|
|
||||||
arguments = {
|
arguments = {
|
||||||
"--hostname" = {
|
"--hostname" = {
|
||||||
|
@ -157,7 +157,7 @@ object CheckCommand "mysql_health" {
|
||||||
object CheckCommand "oracle_health" {
|
object CheckCommand "oracle_health" {
|
||||||
import "plugin-check-command"
|
import "plugin-check-command"
|
||||||
|
|
||||||
command = [ PluginDir + "/check_oracle_health" ]
|
command = [ PluginContribDir + "/check_oracle_health" ]
|
||||||
|
|
||||||
arguments = {
|
arguments = {
|
||||||
"--connect" = {
|
"--connect" = {
|
||||||
|
@ -232,7 +232,7 @@ object CheckCommand "postgres" {
|
||||||
import "plugin-check-command"
|
import "plugin-check-command"
|
||||||
import "ipv4-or-ipv6"
|
import "ipv4-or-ipv6"
|
||||||
|
|
||||||
command = [ PluginDir + "/check_postgres.pl" ]
|
command = [ PluginContribDir + "/check_postgres.pl" ]
|
||||||
|
|
||||||
arguments = {
|
arguments = {
|
||||||
"-H" = {
|
"-H" = {
|
||||||
|
@ -307,7 +307,7 @@ object CheckCommand "postgres" {
|
||||||
object CheckCommand "mongodb" {
|
object CheckCommand "mongodb" {
|
||||||
import "plugin-check-command"
|
import "plugin-check-command"
|
||||||
|
|
||||||
command = [ PluginDir + "/check_mongodb.py" ]
|
command = [ PluginContribDir + "/check_mongodb.py" ]
|
||||||
|
|
||||||
arguments = {
|
arguments = {
|
||||||
"-H" = {
|
"-H" = {
|
||||||
|
@ -387,7 +387,7 @@ object CheckCommand "mongodb" {
|
||||||
object CheckCommand "elasticsearch" {
|
object CheckCommand "elasticsearch" {
|
||||||
import "plugin-check-command"
|
import "plugin-check-command"
|
||||||
|
|
||||||
command = [ PluginDir + "/check_elasticsearch" ]
|
command = [ PluginContribDir + "/check_elasticsearch" ]
|
||||||
|
|
||||||
arguments = {
|
arguments = {
|
||||||
"--failure-domain" = {
|
"--failure-domain" = {
|
||||||
|
|
|
@ -296,7 +296,7 @@ object CheckCommand "iftraffic" {
|
||||||
import "plugin-check-command"
|
import "plugin-check-command"
|
||||||
import "ipv4-or-ipv6"
|
import "ipv4-or-ipv6"
|
||||||
|
|
||||||
command = [ PluginDir + "/check_iftraffic64.pl"]
|
command = [ PluginContribDir + "/check_iftraffic64.pl"]
|
||||||
|
|
||||||
arguments = {
|
arguments = {
|
||||||
"-H" = {
|
"-H" = {
|
||||||
|
|
|
@ -49,4 +49,3 @@ object CheckCommand "mem" {
|
||||||
vars.mem_free = false
|
vars.mem_free = false
|
||||||
vars.mem_cache = false
|
vars.mem_cache = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
object CheckCommand "webinject" {
|
object CheckCommand "webinject" {
|
||||||
import "plugin-check-command"
|
import "plugin-check-command"
|
||||||
|
|
||||||
command = [ PluginDir + "/check_webinject" ]
|
command = [ PluginContribDir + "/check_webinject" ]
|
||||||
|
|
||||||
arguments = {
|
arguments = {
|
||||||
"-c" = {
|
"-c" = {
|
||||||
|
|
Loading…
Reference in New Issue