Indentation: space to tab

This commit is contained in:
BarbUk 2018-11-30 00:33:53 +04:00
parent 3b0bfd51bf
commit d57d3cbb49
1 changed files with 16 additions and 16 deletions

View 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)."
}
}
}