mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-09 14:54:31 +02:00
Indentation: space to tab
This commit is contained in:
parent
3b0bfd51bf
commit
d57d3cbb49
@ -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)."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user