From 6b3d5df609ef04e8814100b62ec1ae086114da72 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Wed, 25 Sep 2019 11:44:20 +0200 Subject: [PATCH] Add docs for Checkable#next_update --- doc/09-object-types.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/09-object-types.md b/doc/09-object-types.md index 6111ec0aa..40f161bc4 100644 --- a/doc/09-object-types.md +++ b/doc/09-object-types.md @@ -406,6 +406,7 @@ Runtime Attributes: severity | Number | [Severity](19-technical-concepts.md#technical-concepts-checks-severity) calculated value. problem | Boolean | Whether the host is considered in a problem state type (NOT-UP). handled | Boolean | Whether the host problem is handled (downtime or acknowledgement). + next\_update | Timestamp | When the next check update is to be expected. @@ -770,6 +771,7 @@ Runtime Attributes: severity | Number | [Severity](19-technical-concepts.md#technical-concepts-checks-severity) calculated value. problem | Boolean | Whether the service is considered in a problem state type (NOT-OK). handled | Boolean | Whether the service problem is handled (downtime or acknowledgement). + next\_update | Timestamp | When the next check update is to be expected. ### ServiceGroup -- 2.40.0