diff --git a/itl/plugins-contrib.d/web.conf b/itl/plugins-contrib.d/web.conf index a5784963b..458de5a57 100644 --- a/itl/plugins-contrib.d/web.conf +++ b/itl/plugins-contrib.d/web.conf @@ -563,26 +563,26 @@ object CheckCommand "ssl_cert" { } object CheckCommand "varnish" { - import "plugin-check-command" - command = [ PluginDir + "/check_varnish" ] + import "plugin-check-command" + command = [ PluginDir + "/check_varnish" ] - arguments = { - "-n" = { - value = "$varnish_name$" - description = "Specify the Varnish instance name" - } - "-p" = { - value = "$varnish_param$" - description = "Specify the parameter to check (see below). The default is 'ratio'." - } - "-c" = { - value = "$varnish_critical$" - description = "Set critical threshold: [@][lo:]hi" - } - "-w" = { - value = "$varnish_warning$" - description = "Set warning threshold: [@][lo:]hi" - } - } + arguments = { + "-n" = { + value = "$varnish_name$" + description = "Specify the Varnish instance name" + } + "-p" = { + value = "$varnish_param$" + description = "Specify the parameter to check (see below). The default is 'ratio'." + } + "-c" = { + value = "$varnish_critical$" + description = "Set critical threshold: [@][lo:]hi" + } + "-w" = { + value = "$varnish_warning$" + description = "Set warning threshold: [@][lo:]hi" + } + } }