From: BarbUk Date: Thu, 29 Nov 2018 20:33:53 +0000 (+0400) Subject: Indentation: space to tab X-Git-Tag: v2.11.0-rc1~270^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=refs%2Fpull%2F6806%2Fhead;p=icinga2 Indentation: space to tab --- diff --git a/itl/plugins-contrib.d/network-services.conf b/itl/plugins-contrib.d/network-services.conf index 5126dcc69..989a9eb05 100644 --- a/itl/plugins-contrib.d/network-services.conf +++ b/itl/plugins-contrib.d/network-services.conf @@ -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)." + } + } }