"Fossies" - the Fresh Open Source Software Archive

Member "icingaweb2-2.11.4/modules/monitoring/doc/04-Backends.md" (26 Jan 2023, 1250 Bytes) of package /linux/www/icingaweb2-2.11.4.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format (assuming markdown format). Alternatively you can here view or download the uninterpreted source code file. A member file download can also be achieved by clicking within a package contents listing on the according byte size field.

Backends

The configuration file backends.ini contains information about data sources which are used to fetch monitoring objects presented to the user.

The required resources must be globally defined beforehand.

Configuration

Navigate into Configuration -> Modules -> Monitoring -> Backends. You can select a specified global resource here, and also update its details.

Each section in backends.ini references a resource. By default you should only have one backend enabled.

IDO Backend

Option Description
type Required. Specify the backend type. Must be set to ido.
resource Required. Specify a defined resource name which provides details about the IDO database resource.

Example for using the database resource icinga2_ido_mysql:

[icinga2_ido_mysql]
type = "ido"
resource = "icinga2_ido_mysql"