mirror of https://github.com/Icinga/icinga2.git
Docs: Fix typo in Notification object
fixes #12488 Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
This commit is contained in:
parent
aeaca5e803
commit
61a1986597
|
@ -1075,7 +1075,7 @@ Runtime Attributes:
|
|||
Name | Type | Description
|
||||
--------------------------|---------------|-----------------
|
||||
last\_notification | Number | When the last notification was sent for this Notification object (as a UNIX timestamp).
|
||||
next\_notifcation | Number | When the next notification is going to be sent for this assuming the associated host/service is still in a non-OK state (as a UNIX timestamp).
|
||||
next\_notification | Number | When the next notification is going to be sent for this assuming the associated host/service is still in a non-OK state (as a UNIX timestamp).
|
||||
notification\_number | Number | The notification number
|
||||
last\_problem\_notification | Number | When the last notification was sent for a problem (as a UNIX timestamp).
|
||||
|
||||
|
|
Loading…
Reference in New Issue