2017-07-14 16:33:05 +02:00
|
|
|
# Configuration <a id="configuration"></a>
|
2015-05-26 16:04:57 +02:00
|
|
|
|
2017-07-14 16:33:05 +02:00
|
|
|
## Overview <a id="configuration-overview"></a>
|
2015-05-26 16:04:57 +02:00
|
|
|
|
|
|
|
Apart from its web configuration capabilities, the local configuration is
|
|
|
|
stored in `/etc/icingaweb2` by default (depending on your config setup).
|
|
|
|
|
2016-09-01 14:18:29 +02:00
|
|
|
| File/Directory | Description/Purpose |
|
|
|
|
| ------------------------------------------------- | ------------------- |
|
|
|
|
| **config.ini** | general configuration (logging, preferences, etc.) |
|
2017-07-14 16:33:05 +02:00
|
|
|
| [**resources.ini**](04-Resources.md) | global resources (Icinga Web 2 database for preferences and authentication, Icinga IDO database) |
|
2016-09-01 14:18:29 +02:00
|
|
|
| **roles.ini** | user specific roles (e.g. `administrators`) and permissions |
|
|
|
|
| [**authentication.ini**](05-Authentication.md) | authentication backends (e.g. database) |
|
|
|
|
| **enabledModules** | contains symlinks to enabled modules |
|
|
|
|
| **modules** | directory for module specific configuration |
|