Source: icingaweb2 Severity: normal
Hi. When doing the websetup of Icinga Web2 it shows me which PHP modules I have and which it would use. May I suggest that you recommend/suggest: php-json, php-intl and php-imagick which are according to that web site used for: PHP Module: JSON The JSON module for PHP is required for various export functionalities as well as APIs PHP Module: INTL If you want your users to benefit from language, timezone and date/time format negotiation, the INTL module for PHP is required. PHP Module: Imagick In case you want graphs being exported to PDF as well, you'll need the ImageMagick extension for PHP. Yes I know, php7.0-json (but not php-json) is already depended upon indirectly via the PHP SAPIs and via php-dompdf, but I think that would make it clear that it's actually used by Icinga Web2 and should be enabled for it. This: PHP Module: GD In case you want views being exported to PDF, you'll need the GD extension for PHP. is already pulled in via the dependency on php-dompdf, but it seems Icinga Web2 can use it independently of that as well (not sure about that)? If that would be the case (some expert would need to check), than one could make php-dompdf also just recommended. Cheers, Chris.