]> granicus.if.org Git - icinga2/commitdiff
Add description for the display_name attribute for services.
authorGunnar Beutner <gunnar@beutner.name>
Wed, 21 May 2014 14:37:44 +0000 (16:37 +0200)
committerGunnar Beutner <gunnar@beutner.name>
Wed, 21 May 2014 14:37:44 +0000 (16:37 +0200)
Fixes #6253

doc/5-configuring-icinga-2.md

index 9674b4433c9c2333bdaf3931910adbcf40f40312..0adb37b44ef92907415484f2d0c46a722f071adb 100644 (file)
@@ -635,6 +635,7 @@ Attributes:
 
   Name            |Description
   ----------------|----------------
+  display_name    |**Optional.** A short description of the service.
   host_name       |**Required.** The host this service belongs to. There must be a `Host` object with that name.
   name            |**Required.** The service name. Must be unique on a per-host basis (Similar to the service_description attribute in Icinga 1.x).
   groups          |**Optional.** The service groups this service belongs to.
@@ -1952,4 +1953,4 @@ nscp_timeout    | **Optional.** The query timeout in seconds.
 
 Check command for the `check_apt` plugin.
 
-The `apt` check command does not support any vars.
\ No newline at end of file
+The `apt` check command does not support any vars.