]> granicus.if.org Git - icinga2/commitdiff
Indentation: space to tab 6801/head
authorBarbUk <julien.virey@gmail.com>
Thu, 29 Nov 2018 20:36:06 +0000 (00:36 +0400)
committerBarbUk <julien.virey@gmail.com>
Thu, 29 Nov 2018 20:36:06 +0000 (00:36 +0400)
itl/plugins-contrib.d/web.conf

index a5784963b27ae9c5f11b7a5785c45162e2583d08..458de5a5700a7a1946ab23d266f43b97f117ea61 100644 (file)
@@ -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"
+               }
+       }
 }