Indentation: space to tab

This commit is contained in:
BarbUk 2018-11-30 00:33:53 +04:00
parent 3b0bfd51bf
commit d57d3cbb49

View File

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