From 53c0ea1b9eb198caaccc78980d5831b03683f355 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Wed, 16 Oct 2013 13:20:20 +0200 Subject: [PATCH] Update documentation. --- doc/4.3-object-types.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/4.3-object-types.md b/doc/4.3-object-types.md index 8e662dd3c..c0f52f03f 100644 --- a/doc/4.3-object-types.md +++ b/doc/4.3-object-types.md @@ -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\_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. + 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. flapping\_threshold|TODO volatile |TODO