From 8d1467697ceba28c8d0f287214147de798e287b2 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Wed, 21 May 2014 16:37:44 +0200 Subject: [PATCH] Add description for the display_name attribute for services. Fixes #6253 --- doc/5-configuring-icinga-2.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/5-configuring-icinga-2.md b/doc/5-configuring-icinga-2.md index 9674b4433..0adb37b44 100644 --- a/doc/5-configuring-icinga-2.md +++ b/doc/5-configuring-icinga-2.md @@ -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.