mirror of https://github.com/Icinga/icinga2.git
Document Checkable#acknowledgement_last_change
This commit is contained in:
parent
6e3c928205
commit
87f12cfaa3
|
@ -742,7 +742,7 @@ to evenly distribute all checks over a certain period of time, i.e. to avoid loa
|
||||||
Runtime Attributes:
|
Runtime Attributes:
|
||||||
|
|
||||||
Name | Type | Description
|
Name | Type | Description
|
||||||
--------------------------|-----------------------|----------------------------------
|
------------------------------|-------------------|----------------------------------
|
||||||
next\_check | Timestamp | When the next check occurs (as a UNIX timestamp).
|
next\_check | Timestamp | When the next check occurs (as a UNIX timestamp).
|
||||||
last\_check | Timestamp | When the last check occurred (as a UNIX timestamp).
|
last\_check | Timestamp | When the last check occurred (as a UNIX timestamp).
|
||||||
check\_attempt | Number | The current check attempt number.
|
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.
|
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 | 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\_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.
|
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\_last\_change | Timestamp | When the last flapping change occurred (as a UNIX timestamp).
|
||||||
flapping\_current | Number | Current flapping value in percent (see flapping\_thresholds)
|
flapping\_current | Number | Current flapping value in percent (see flapping\_thresholds)
|
||||||
|
|
Loading…
Reference in New Issue