Doc: Mention PHP cURL extension requirement for using the Icinga 2 API

refs #11398
This commit is contained in:
Eric Lippmann 2016-10-13 12:07:36 +02:00
parent 0fd5e8e4e8
commit e4695b6937
2 changed files with 4 additions and 1 deletions

View File

@ -15,6 +15,7 @@ thoroughly.
* Icinga 1.x w/ IDO; Icinga 2.x w/ IDO feature enabled
* The IDO table prefix must be icinga_ which is the default
* MySQL or PostgreSQL PHP libraries
* cURL PHP library when using the Icinga 2 API for transmitting external commands
### <a id="pagespeed-incompatibility"></a> PageSpeed Module Incompatibility

View File

@ -17,7 +17,9 @@ The order in which Icinga Web 2 processes the configured transports is defined b
If you're running Icinga 2 it's best to use the Icinga 2 API for transmitting external commands.
First, you have to enable the `api` feature on the Icinga 2 host where you want to send the commands to:
First, please make sure that your server running Icinga Web 2 has the `PHP cURL` extension installed and enabled.
Second, you have to enable the `api` feature on the Icinga 2 host where you want to send the commands to:
```
icinga2 feature enable api