mirror of https://github.com/Icinga/icinga2.git
Add description for the display_name attribute for services.
Fixes #6253
This commit is contained in:
parent
6a7f4f8d03
commit
8d1467697c
|
@ -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.
|
||||
The `apt` check command does not support any vars.
|
||||
|
|
Loading…
Reference in New Issue