From acc9eb20fae4724131708d7c0ffd6f56147e23aa Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Mon, 10 Nov 2014 16:03:36 +0100 Subject: [PATCH] Docs: Add link from db ido config to object configs --- doc/2-getting-started.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/2-getting-started.md b/doc/2-getting-started.md index bee4d767e..56948dd11 100644 --- a/doc/2-getting-started.md +++ b/doc/2-getting-started.md @@ -1038,6 +1038,8 @@ There is a new upgrade file called `2.1.0.sql` which must be applied to your IDO The package provides a new configuration file that is installed in `/etc/icinga2/features-available/ido-mysql.conf`. You will need to update the database credentials in this file. +All available attributes are listed in the +[IdoMysqlConnection object][#objecttype-idomysqlconnection] configuration details. You can enable the `ido-mysql` feature configuration file using `icinga2 feature enable`: @@ -1149,6 +1151,8 @@ There is a new upgrade file called `2.1.0.sql` which must be applied to your IDO The package provides a new configuration file that is installed in `/etc/icinga2/features-available/ido-pgsql.conf`. You will need to update the database credentials in this file. +All available attributes are listed in the +[IdoPgsqlConnection object][#objecttype-idopgsqlconnection] configuration details. You can enable the `ido-pgsql` feature configuration file using `icinga2 feature enable`: