mirror of https://github.com/Icinga/icinga2.git
Indentation: space to tab
This commit is contained in:
parent
3b0bfd51bf
commit
d57d3cbb49
|
@ -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)."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue