Update 09-object-types.md (#7953)

* Update 09-object-types.md

Because in this document it is not clear which units are allowed for DB Cleanup, I asked in the Community for it: https://community.icinga.com/t/db-ido-cleanup-possible-units/3854/2. We came to the conclusion that it would help if there is a notice which units are possible/allowed for this. For better finding I wrote  also a link to the language reference.

* Update 09-object-types.md

changed to the proposed "language reference"

* Update 09-object-types.md

Done. Sorry overlooked

* Update 09-object-types.md

accidentally inserted return undone . Hope now fits 😃

* Update 09-object-types.md

Requested Changes don

* Update 09-object-types.md

changed link to duration-literals
This commit is contained in:
stevie-sy 2021-08-04 17:31:30 +02:00 committed by GitHub
parent 02db80d6f3
commit af8dbaec5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1486,6 +1486,11 @@ Cleanup Items:
servicechecks\_age | Duration | **Optional.** Max age for servicechecks table rows (start\_time). Defaults to 0 (never).
systemcommands\_age | Duration | **Optional.** Max age for systemcommands table rows (start\_time). Defaults to 0 (never).
> **Supported units**
>
> Supported suffixes include ms (milliseconds), s (seconds), m (minutes), h (hours) and d (days).
> Check the [language reference](17-language-reference.md#duration-literals).
Data Categories:
Name | Description | Required by
@ -1580,6 +1585,11 @@ Cleanup Items:
servicechecks\_age | Duration | **Optional.** Max age for servicechecks table rows (start\_time). Defaults to 0 (never).
systemcommands\_age | Duration | **Optional.** Max age for systemcommands table rows (start\_time). Defaults to 0 (never).
> **Supported units**
>
> Supported suffixes include ms (milliseconds), s (seconds), m (minutes), h (hours) and d (days).
> Check the [language reference](17-language-reference.md#duration-literals).
Data Categories:
Name | Description | Required by