From af355adecc7fd45604847c99716b3774d039ded6 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Tue, 7 Jan 2020 14:20:53 +0100 Subject: [PATCH] Revert "Add docs for NotificationResult value type" This reverts commit 0611f3e009f548c204edc1460c7391541fbb0eb6. --- doc/08-advanced-topics.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/doc/08-advanced-topics.md b/doc/08-advanced-topics.md index a5e705928..d4a61586d 100644 --- a/doc/08-advanced-topics.md +++ b/doc/08-advanced-topics.md @@ -1190,16 +1190,3 @@ Icinga 2 parses performance data strings returned by check plugins and makes the warn | Value | Warning threshold value. min | Value | Minimum value returned by the check. max | Value | Maximum value returned by the check. - -### NotificationResult - - Name | Type | Description - --------------------------|-----------------------|---------------------------------- - exit\_status | Number | The exit status returned by the check execution. - output | String | The notification command output. - execution\_endpoint | String | Name of the node executing the check. - command | Value | Array of command with shell-escaped arguments or command line string. - execution\_start | Timestamp | Check execution start time (as a UNIX timestamp). - execution\_end | Timestamp | Check execution end time (as a UNIX timestamp). - active | Boolean | Whether the result is from an active or passive check. -