Ansible Role icingaweb2_module_monitoring
This role installs and configures the IcingaWeb2 Monitoring Module.
Mandatory Requirements
A configured IcingaWeb2. This can be done using the linuxfabrik.lfops.icingaweb2 role.
Optional Role Variables
Variable |
Description |
Default Value |
---|---|---|
|
The host for accessing the Icinga2 API. |
|
|
The port for accessing the Icinga2 API. |
|
|
The account for accessing the Icinga2 API. Defaults to the |
|
|
The name of the Icinga2 ido database. |
|
Example:
# optional
icingaweb2_module_monitoring__api_host: 'localhost'
icingaweb2_module_monitoring__api_port: 5665
icingaweb2_module_monitoring__api_user_login:
username: 'icingaweb2-api-user'
password: 'linuxfabrik'
icingaweb2_module_monitoring__backend_database_name: '{{ icinga2_master__database_name }}'