Fix broken SELinux anchor in the documentation

This commit is contained in:
Michael Friedrich 2018-04-12 18:15:05 +02:00
parent 0e8971b48a
commit 4bd4df168f

View File

@ -333,7 +333,7 @@ predominantly affects Windows paths e.g. `C:\` becomes `C:_`.
The database is assumed to exist so this object will make no attempt to create it currently. The database is assumed to exist so this object will make no attempt to create it currently.
If [SELinux](22-selinux.md#selinux) is enabled, it will not allow access for Icinga 2 to InfluxDB until the [boolean](22-selinux.md#booleans) If [SELinux](22-selinux.md#selinux) is enabled, it will not allow access for Icinga 2 to InfluxDB until the [boolean](22-selinux.md#selinux-policy-booleans)
`icinga2_can_connect_all` is set to true as InfluxDB is not providing its own policy. `icinga2_can_connect_all` is set to true as InfluxDB is not providing its own policy.
More configuration details can be found [here](09-object-types.md#objecttype-influxdbwriter). More configuration details can be found [here](09-object-types.md#objecttype-influxdbwriter).