From: Michael Friedrich Date: Wed, 15 Jan 2014 19:44:26 +0000 (+0100) Subject: Documentation: Fix host!service seperator for inline services. X-Git-Tag: v0.0.7~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df059086e4273fb4e07eace7b664a52178045580;p=icinga2 Documentation: Fix host!service seperator for inline services. Fixes #5476 --- 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