Merge pull request #7881 from Icinga/bugfix/doc-checkable-acknowledgement_last_change

Document Checkable#acknowledgement_last_change
This commit is contained in:
Noah Hilverling 2020-03-04 08:38:31 +01:00 committed by GitHub
commit e4616d9fc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -742,7 +742,7 @@ to evenly distribute all checks over a certain period of time, i.e. to avoid loa
Runtime Attributes:
Name | Type | Description
--------------------------|-----------------------|----------------------------------
------------------------------|-------------------|----------------------------------
next\_check | Timestamp | When the next check occurs (as a UNIX timestamp).
last\_check | Timestamp | When the last check occurred (as a UNIX timestamp).
check\_attempt | Number | The current check attempt number.
@ -755,6 +755,7 @@ Runtime Attributes:
last\_in\_downtime | Boolean | Whether the service was in a downtime when the last check occurred.
acknowledgement | Number | The acknowledgement type (0 = NONE, 1 = NORMAL, 2 = STICKY).
acknowledgement\_expiry | Timestamp | When the acknowledgement expires (as a UNIX timestamp; 0 = no expiry).
acknowledgement\_last\_change | Timestamp | When the acknowledgement has been set/cleared
downtime\_depth | Number | Whether the service has one or more active downtimes.
flapping\_last\_change | Timestamp | When the last flapping change occurred (as a UNIX timestamp).
flapping\_current | Number | Current flapping value in percent (see flapping\_thresholds)