Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Latest commit

 

History

History
37 lines (26 loc) · 1.75 KB

icingaweb2_modules.md

File metadata and controls

37 lines (26 loc) · 1.75 KB

Icinga Web 2 modules

For our setup two additional Icinga Web 2 modules are used:

  • director
  • fileshipper

director (module home)

This module enables configuration management through web browser. The main functionality we use is synchronization from database sources.

This module is cloned directly from git repository. The revision used is 3c02f7499fe06299af083cb723be236555efaf93.

For installation see official instructions

filehsipper (module home)

This module extends the director module in certain ways. It enables director to synchronize file formats XML, YAML, CSV, XSLX, JSON and plain Icinga 2 configuration. We use this module ty synchronize plain Icinga 2 configuration because it cannot be done in director itself. Our hand crafted configuration also is speeds up the whole sync-deploy process a lot.

This module is cloned directly from git repository. Revision used is fd2c797eede60ae7875bb8a7ee24fd1a35dce338.

For installation see official instructions

configuration

You need to create file /etc/icingaweb2/modules/fileshipper/directories.ini with contents:

[sync hand crafted configuration]
source = /etc/icingaweb2/modules/fileshipper
target = zones.d/director-global/service_apply_rules

This configuration defines where the source and target directories are. The source directory contains hand crafted Icinga 2 configuration. On deploy it is shipped to the target directory and deployed along with the director generated configuration.