From df059086e4273fb4e07eace7b664a52178045580 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Wed, 15 Jan 2014 20:44:26 +0100 Subject: [PATCH] Documentation: Fix host!service seperator for inline services. Fixes #5476 --- doc/4.3-object-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/4.3-object-types.md b/doc/4.3-object-types.md index 5edce0b09..cdf06e71d 100644 --- a/doc/4.3-object-types.md +++ b/doc/4.3-object-types.md @@ -48,7 +48,7 @@ Attributes: groups |**Optional.** A list of host groups this host belongs to. host_dependencies|**Optional.** A list of host names which this host depends on. These dependencies are used to determine whether the host is unreachable. service_dependencies|**Optional.** A list of services which this host depends on. Each array element must be a dictionary containing the keys "host" and "service". These dependencies are used to determine whether the host is unreachable. - services |**Optional.** Inline definition of services. Each dictionary item specifies a service.

The `templates` attribute can be used to specify an array of templates that should be inherited by the service.

The new service's name is "hostname:service" - where "service" is the dictionary key in the services dictionary.

The dictionary key is used as the service's short name. + services |**Optional.** Inline definition of services. Each dictionary item specifies a service.

The `templates` attribute can be used to specify an array of templates that should be inherited by the service.

The new service's name is "hostname!service" - where "service" is the dictionary key in the services dictionary.

The dictionary key is used as the service's short name. macros |**Optional.** A dictionary containing macros that are specific to this host. ### HostGroup -- 2.40.0