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

index 5126dcc690172369444debda0b1fa3de48a05fec..989a9eb05e3a54bb3fcc785c64b2b80fe6a77aac 100644 (file)
@@ -83,21 +83,21 @@ object CheckCommand "rbl" {
 }
 
 object CheckCommand "lsyncd" {
-    import "plugin-check-command"
-    command = [ PluginDir + "/check_lsyncd" ]
+       import "plugin-check-command"
+       command = [ PluginDir + "/check_lsyncd" ]
 
-    arguments = {
-        "-s" = {
-            value = "$lsyncd_statfile$"
-            description = "Set status file path (default: /var/run/lsyncd.status)."
-        }
-        "-w" = {
-            value = "$lsyncd_warning$"
-            description = "Warning if more than N delays (default: 10)."
-        }
-        "-c" = {
-            value = "$lsyncd_critical$"
-            description = "Critical if more then N delays (default: 100)."
-        }
-    }
+       arguments = {
+               "-s" = {
+                       value = "$lsyncd_statfile$"
+                       description = "Set status file path (default: /var/run/lsyncd.status)."
+               }
+               "-w" = {
+                       value = "$lsyncd_warning$"
+                       description = "Warning if more than N delays (default: 10)."
+               }
+               "-c" = {
+                       value = "$lsyncd_critical$"
+                       description = "Critical if more then N delays (default: 100)."
+               }
+       }
 }