From: Michael Friedrich Date: Mon, 28 Sep 2015 16:38:36 +0000 (+0200) Subject: Docs: Add {api-users,app}.conf to configuring Icinga 2 X-Git-Tag: v2.4.0~264 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=20b4545da40ce5b54ab9b671960f76f377d882a9;p=icinga2 Docs: Add {api-users,app}.conf to configuring Icinga 2 fixes #10202 --- diff --git a/doc/4-configuring-icinga-2.md b/doc/4-configuring-icinga-2.md index f113af5ee..185fe41c8 100644 --- a/doc/4-configuring-icinga-2.md +++ b/doc/4-configuring-icinga-2.md @@ -202,6 +202,8 @@ Available configuration files which are installed by default: * [downtimes.conf](4-configuring-icinga-2.md#downtimes-conf) * [timeperiods.conf](4-configuring-icinga-2.md#timeperiods-conf) * [satellite.conf](4-configuring-icinga-2.md#satellite-conf) +* [api-users.conf](4-configuring-icinga-2.md#api-users-conf) +* [app.conf](4-configuring-icinga-2.md#app-conf) #### hosts.conf @@ -638,8 +640,19 @@ Includes default templates and dependencies for [monitoring remote clients](11-icinga2-client.md#icinga2-client) using service discovery and [config generation](11-icinga2-client.md#icinga2-remote-monitoring-master-discovery) -on the master. Can be ignored/removed on setups not using this features. +on the master. Can be ignored/removed on setups not using this feature. Further details on the monitoring configuration can be found in the [monitoring basics](3-monitoring-basics.md#monitoring-basics) chapter. + +#### api-users.conf + +Provides the default [ApiUser](6-object-types.md#objecttype-apiuser) object +named "root" for the [API authentication](9-icinga2-api.md#icinga2-api-authentication). + +#### app.conf + +Provides the default [IcingaApplication](6-object-types.md#objecttype-icingaapplication) +object named "app" for additional settings such as disabling notifications +globally, etc.