mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-10-28 09:54:32 +01:00
This applies a new structure for the main doc/ and modules/*/doc tree with 01-About.md 02-Installation.md ... This allows us to link from the main doc directory into module specific documentation entries. Furthermore table formatting, examples, and missing settings have been added where applicable. This patch also takes care about proper URL anchors and file names and directories. fixes #2950
1.7 KiB
1.7 KiB
Monitoring Module Configuration
Overview
The module specific configuration is stored in /etc/icingaweb2/modules/monitoring.
| File/Directory | Description |
|---|---|
| config.ini | Security settings (e.g. protected custom vars) for the monitoring module |
| backends.ini | Data backend (e.g. the IDO database resource name). |
| commandtransports.ini | Command transports for specific Icinga instances |
General Configuration
Navigate into Configuration -> Modules -> Monitoring. This allows
you to see the provided permissions and restrictions
by this module.
Security Configuration
| Option | Description |
|---|---|
| protected_customvars | Optional. Comma separated list of string patterns for custom variables which should be excluded from user's view. |
Example for custom variable names which match *pw* or *pass* or community.
# vim /etc/icingaweb2/modules/monitoring/config.ini
[security]
protected_customvars = "*pw*,*pass*,community"