mirror of https://github.com/Icinga/icinga2.git
Fix wrong service table attributes in Livestatus documentation
Copy&paste error. fixes #9390 Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
This commit is contained in:
parent
629a8f1041
commit
03b3b7249a
1
AUTHORS
1
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>
|
||||
|
|
|
@ -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 | .
|
||||
|
|
Loading…
Reference in New Issue