mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 13:45:04 +02:00
Add docs for Checkable#next_update
This commit is contained in:
parent
b8d495ae07
commit
6b3d5df609
@ -406,6 +406,7 @@ Runtime Attributes:
|
|||||||
severity | Number | [Severity](19-technical-concepts.md#technical-concepts-checks-severity) calculated value.
|
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).
|
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).
|
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.
|
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).
|
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).
|
handled | Boolean | Whether the service problem is handled (downtime or acknowledgement).
|
||||||
|
next\_update | Timestamp | When the next check update is to be expected.
|
||||||
|
|
||||||
|
|
||||||
### ServiceGroup <a id="objecttype-servicegroup"></a>
|
### ServiceGroup <a id="objecttype-servicegroup"></a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user