]> granicus.if.org Git - icinga2/commitdiff
Fix wrong service table attributes in Livestatus documentation
authorMartin Stiborsky <martin.stiborsky@gmail.com>
Thu, 28 May 2015 11:47:25 +0000 (13:47 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Tue, 9 Jun 2015 08:38:49 +0000 (10:38 +0200)
Copy&paste error.

fixes #9390

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
AUTHORS
doc/22-appendix.md

diff --git a/AUTHORS b/AUTHORS
index e8f9044f7dc32dfb370a96b9b50809849520183b..90e19332fd9721686327095f9688dac66ad4a602 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -35,6 +35,7 @@ Malte Rabenseifner <mail@malte-rabenseifner.de>
 Marcus van Dam <marcus@marcusvandam.nl>
 Marius Sturm <marius@torch.sh>
 Markus Frosch <markus@lazyfrosch.de>
+Martin Stiborsky <martin.stiborsky@gmail.com>
 Max Zhang <zhenzhan@tibco.com>
 Michael Friedrich <michael.friedrich@netways.de>
 Pall Sigurdsson <palli-github@minor.is>
index 6807d4cf62f99a1f367285a550068d7488249ac5..a2c6735f947bba02d57eba1c679c3cfbad4d2479 100644 (file)
@@ -420,9 +420,10 @@ Not supported: `initial_state`, `pending_flex_downtime`, `check_flapping_recover
   no_more_notifications | int       | notification_interval == 0 && volatile == false.
   last_check            | int       | .
   last_state_change     | int       | .
-  last_time_up          | int       | .
-  last_time_down        | int       | .
-  last_time_unreachable | int       | .
+  last_time_ok          | int       | .
+  last_time_warning     | int       | .
+  last_time_critical    | int       | .
+  last_time_unknown     | int       | .
   is_flapping           | int       | .
   scheduled_downtime_depth | int    | .
   active_checks_enabled | int       | .