From 7d750fb9fe8ea0a3d11dc88d76a1ba7bcf131809 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Mon, 1 Jun 2015 17:02:31 +0200 Subject: [PATCH] README.md: add more config details --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 51cfb394..f5af2f87 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,20 @@ Create Icinga Director database mysql director < schema/mysql.sql +Configure Icinga Web 2 +---------------------- +In your web frontend please go to System / Configuration / Resources and create +a new database resource pointing to your newly created database. Last but not +least you have to tell the director module to use this newly created database +resource. + +Given that you named your resource `directordb` the `config.ini` for the module +could look as follows: + + @@@ini + [db] + resource = directordb + +This file is to be found in /modules/director/, where +ICINGAWEB_CONFIGDIR usually means /etc/icingaweb2.