mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 05:34:48 +02:00
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:
parent
02db80d6f3
commit
af8dbaec5e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user