mirror of https://github.com/Icinga/icinga2.git
Update documentation.
This commit is contained in:
parent
ed4231d3be
commit
53c0ea1b9e
|
@ -112,6 +112,8 @@ Attributes:
|
||||||
check\_period |**Optional.** The name of a time period which determines when this service should be checked. Not set by default.
|
check\_period |**Optional.** The name of a time period which determines when this service should be checked. Not set by default.
|
||||||
check\_interval |**Optional.** The check interval (in seconds). This interval is used for checks when the service is in a `HARD` state. Defaults to 5 minutes.
|
check\_interval |**Optional.** The check interval (in seconds). This interval is used for checks when the service is in a `HARD` state. Defaults to 5 minutes.
|
||||||
retry\_interval |**Optional.** The retry interval (in seconds). This interval is used for checks when the service is in a `SOFT` state. Defaults to 1/5th of the check interval if not specified.
|
retry\_interval |**Optional.** The retry interval (in seconds). This interval is used for checks when the service is in a `SOFT` state. Defaults to 1/5th of the check interval if not specified.
|
||||||
|
enable\_active\_checks|**Optional.** Whether active checks are enabled. Defaults to true.
|
||||||
|
enable\_passive\_checks|**Optional.** Whether passive checks are enabled. Defaults to true.
|
||||||
event\_command |**Optional.** The name of an event command that should be executed every time the service's state changes.
|
event\_command |**Optional.** The name of an event command that should be executed every time the service's state changes.
|
||||||
flapping\_threshold|TODO
|
flapping\_threshold|TODO
|
||||||
volatile |TODO
|
volatile |TODO
|
||||||
|
|
Loading…
Reference in New Issue