From 7fd4e5b0334f7be9d6fc406e16db63c05e705eda Mon Sep 17 00:00:00 2001 From: Thomas Widhalm Date: Thu, 24 Mar 2016 00:18:41 +0100 Subject: [PATCH] doc: typos, info about further kickstart runs Signed-off-by: Thomas Gelf --- doc/03-Automation.md | 8 ++++++++ doc/80-FAQ.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/03-Automation.md b/doc/03-Automation.md index 73633034..1fce37e3 100644 --- a/doc/03-Automation.md +++ b/doc/03-Automation.md @@ -124,3 +124,11 @@ default in case none is given. And of course your Icinga2 installation needs to have a corresponding `ApiListener` (look at your enabled features) listening at the given port. +You can run the `kickstart` from the CLI if you don't use a tool for +automation. + + icingacli director kickstart run + +You can rerun the kickstart if you have to reimport changed local +config, even when the beforementioned check tells you you don't need to. +Or you could use the import/synchronisation features of Director. diff --git a/doc/80-FAQ.md b/doc/80-FAQ.md index 9b7cbae1..846a1d1c 100644 --- a/doc/80-FAQ.md +++ b/doc/80-FAQ.md @@ -18,4 +18,4 @@ Currently there is a bug in Icinga Web 2 that broke automagic cache invalidation I want to set ... on a host object ---------------------------------- -You might have realized that a couple of options are not available on concrete object implementations or apply rules. It is one of our main goal to keep daily work with Director fast and simple. Want exceptions, special configurations? No problem, but please provide dedicated templates. Still not convinced? Let us know your opinions, tell us what your are missing and what we could do better. +You might have realized that a couple of options are not available on concrete object implementations or apply rules. It is one of our main goals to keep daily work with Director fast and simple. Want exceptions, special configurations? No problem, but please provide dedicated templates. Still not convinced? Let us know your opinions, tell us what your are missing and what we could do better.