Fix downtime host/service name attribute descriptions

This commit is contained in:
Yonas Habteab 2023-10-11 10:34:51 +02:00 committed by Alexander A. Klimov
parent 2e03a2e528
commit 04dbf4aa13

View File

@ -1046,8 +1046,8 @@ Configuration Attributes:
Name | Type | Description Name | Type | Description
--------------------------|-----------------------|---------------------------------- --------------------------|-----------------------|----------------------------------
host\_name | Object name | **Required.** The name of the host this comment belongs to. host\_name | Object name | **Required.** The name of the host this downtime belongs to.
service\_name | Object name | **Optional.** The short name of the service this comment belongs to. If omitted, this comment object is treated as host comment. service\_name | Object name | **Optional.** The short name of the service this downtime belongs to. If omitted, this downtime object is treated as host downtime.
author | String | **Required.** The author's name. author | String | **Required.** The author's name.
comment | String | **Required.** The comment text. comment | String | **Required.** The comment text.
start\_time | Timestamp | **Required.** The start time as UNIX timestamp. start\_time | Timestamp | **Required.** The start time as UNIX timestamp.