-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# <a id="Installation"></a>Installation | ||
|
||
## Requirements | ||
|
||
* Icinga Web 2 (>= 2.6) | ||
* PHP (>= 5.6, preferably 7.x) | ||
|
||
## Google Chrome/Chromium Setup | ||
|
||
The module needs Google Chrome or Chromium supporting headless mode. | ||
For RHEL based systems you'll find `chromium-headless` in the EPEL repositories. | ||
For debian based systems you may add `https://dl.google.com/linux/chrome/deb/ stable main` to your apt sources. | ||
|
||
## Installation | ||
|
||
1. Just drop this module to a `pdfexport` subfolder in your Icinga Web 2 module path. | ||
|
||
2. Log in with a privileged user in Icinga Web 2 and enable the module in `Configuration -> Modules -> pdfexport`. | ||
Or use the `icingacli` and run `icingacli module enable pdfexport`. | ||
|
||
This concludes the installation. PDF exports now use Google Chrome/Chromium for rendering. |