Closed santuari closed 5 years ago
@Thomas-Gelf what do you think?
I'll have a look at that one. Thanks for the PR!
@lippserd: instructions on how to install chromium (not chrome) might need improvement. This patch helps those running Chromium on CentOS/RHEL/Fedora as otherwise version detection will always fail.
@santuari: lgtm ;-)
Can the path to the chrom(e|ium) binary be made user configurable trough the web interface? E.g. on FreeBSD Chromium binary is at /usr/local/bin/chrome, so at the moment I have to change the path in library/Pdfexport/ProvidedHook/Pdfexport.php.
You can do that inside the module's config.ini already, it just lacks the config forms. Try something like this, IIRC:
[chrome]
binary = "..."
On RHEL 7, using Chromium PDF Export fails. This is caused by the version of Chome
Google Chrome 73.0.3683.103
which is different from ChromiumChromium 73.0.3683.86 Fedora Project
.It should mitigate icingaweb2-module-reporting issue #7.