From 6dfedb8e80241538d16c0db5452eac0233a89ae0 Mon Sep 17 00:00:00 2001 From: Yonas Habteab Date: Wed, 11 Oct 2023 10:34:51 +0200 Subject: [PATCH] Fix downtime host/service name attribute descriptions --- doc/09-object-types.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/09-object-types.md b/doc/09-object-types.md index 09d82c5cc..c7043cfb6 100644 --- a/doc/09-object-types.md +++ b/doc/09-object-types.md @@ -1046,8 +1046,8 @@ Configuration Attributes: Name | Type | Description --------------------------|-----------------------|---------------------------------- - host\_name | Object name | **Required.** The name of the host this comment 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. + 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 downtime belongs to. If omitted, this downtime object is treated as host downtime. author | String | **Required.** The author's name. comment | String | **Required.** The comment text. start\_time | Timestamp | **Required.** The start time as UNIX timestamp.