-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recommend package installs & enhance installation & configuration docs (
- Loading branch information
Showing
4 changed files
with
112 additions
and
66 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,18 @@ | ||
# Icinga Reporting | ||
|
||
Icinga Reporting is the central component for reporting related functionality in the monitoring web frontend and | ||
framework Icinga Web. The engine allows you to create reports over a specified time period for ad-hoc and scheduled | ||
generation of reports. Other modules use the provided functionality in order to provide concrete reports. | ||
|
||
## Host/Service SLA Reports | ||
|
||
With Icinga DB Web there is no additional module required. | ||
|
||
If you are still using the monitoring module, please also install the | ||
[idoreports](https://icinga.com/docs/icinga-reporting/latest/idoreports/doc/02-Installation/) module. | ||
|
||
## Documentation | ||
|
||
* [Installation](02-Installation.md) | ||
* [Configuration](03-Configuration.md) | ||
* [Upgrading](80-Upgrading.md) |
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
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,16 @@ | ||
# Installing Icinga Reporting from Source | ||
|
||
Please see the Icinga Web documentation on | ||
[how to install modules](https://icinga.com/docs/icinga-web-2/latest/doc/08-Modules/#installation) from source. | ||
Make sure you use `reporting` as the module name. The following requirements must also be met. | ||
|
||
## Requirements | ||
|
||
* PHP (≥7.2) | ||
* MySQL or PostgreSQL PDO PHP libraries | ||
* The following PHP modules must be installed: `mbstring` | ||
* [Icinga Web](https://github.com/Icinga/icingaweb2) (≥2.9) | ||
* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) (≥0.13.0) | ||
* [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) (≥0.12.0) | ||
|
||
<!-- {% include "02-Installation.md" %} --> |
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