mirror of https://github.com/Icinga/icinga2.git
Indentation: space to tab
This commit is contained in:
parent
42cbd365bf
commit
9d1a6d7492
|
@ -563,26 +563,26 @@ object CheckCommand "ssl_cert" {
|
||||||
}
|
}
|
||||||
|
|
||||||
object CheckCommand "varnish" {
|
object CheckCommand "varnish" {
|
||||||
import "plugin-check-command"
|
import "plugin-check-command"
|
||||||
command = [ PluginDir + "/check_varnish" ]
|
command = [ PluginDir + "/check_varnish" ]
|
||||||
|
|
||||||
arguments = {
|
arguments = {
|
||||||
"-n" = {
|
"-n" = {
|
||||||
value = "$varnish_name$"
|
value = "$varnish_name$"
|
||||||
description = "Specify the Varnish instance name"
|
description = "Specify the Varnish instance name"
|
||||||
}
|
}
|
||||||
"-p" = {
|
"-p" = {
|
||||||
value = "$varnish_param$"
|
value = "$varnish_param$"
|
||||||
description = "Specify the parameter to check (see below). The default is 'ratio'."
|
description = "Specify the parameter to check (see below). The default is 'ratio'."
|
||||||
}
|
}
|
||||||
"-c" = {
|
"-c" = {
|
||||||
value = "$varnish_critical$"
|
value = "$varnish_critical$"
|
||||||
description = "Set critical threshold: [@][lo:]hi"
|
description = "Set critical threshold: [@][lo:]hi"
|
||||||
}
|
}
|
||||||
"-w" = {
|
"-w" = {
|
||||||
value = "$varnish_warning$"
|
value = "$varnish_warning$"
|
||||||
description = "Set warning threshold: [@][lo:]hi"
|
description = "Set warning threshold: [@][lo:]hi"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue