Ansible Role icingaweb2_module_reporting

This role installs and configures the IcingaWeb2 Reporting Module.

This role is tested with the following IcingaWeb2 Reporting Module versions:

  • 1.0.2

Mandatory Requirements

If you use the Setup Icinga2 Master Playbook and set setup_icinga2_master__skip_icingaweb2_module_reporting: false, this is automatically done for you.

Tags

Tag

What it does

icingaweb2_module_reporting

Installs and configures the IcingaWeb2 Reporting Module

Mandatory Role Variables

Variable

Description

icingaweb2_module_reporting__database_login

The user account for accessing the reporting SQL database. Currently, only MySQL is supported.

icingaweb2_module_reporting__version

The module version to install. Possible options: https://github.com/Icinga/icingaweb2-module-reporting/releases

Example:

# mandatory
icingaweb2_module_reporting__database_login:
  username: 'icinga_reporting_user'
  password: 'linuxfabrik'
icingaweb2_module_reporting__version: 'v1.0.2'

Optional Role Variables

Variable

Description

Default Value

icingaweb2_module_reporting__database_host

The host of the SQL database server.

'localhost'

icingaweb2_module_reporting__database_name

The name of the reporting SQL database.

'icinga_reporting'

icingaweb2_module_reporting__service_enabled

Enables or disables the reporting service, analogous to systemctl enable/disable --now.

true on the primary Icinga2 Master

Example:

# optional
icingaweb2_module_reporting__database_host: 'localhost'
icingaweb2_module_reporting__database_name: 'icinga_reporting'
icingaweb2_module_reporting__service_enabled: true

License

The Unlicense

Author Information

Linuxfabrik GmbH, Zurich