1
0
Fork 0
No description
Find a file
Daniel Baumann 3769fcb466
Releasing fastforward version 1.2.0-6~ffwd13+u1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-07-22 18:11:40 +02:00
.github Adding upstream version 1.2.0. 2025-07-22 18:11:34 +02:00
contrib/git-hooks Adding upstream version 1.2.0. 2025-07-22 18:11:34 +02:00
debian Releasing fastforward version 1.2.0-6~ffwd13+u1. 2025-07-22 18:11:40 +02:00
doc Adding upstream version 1.2.0. 2025-07-22 18:11:34 +02:00
library/Fileshipper Adding upstream version 1.2.0. 2025-07-22 18:11:34 +02:00
.gitignore Adding upstream version 1.2.0. 2025-07-22 18:11:34 +02:00
LICENSE Adding upstream version 1.2.0. 2025-07-22 18:11:34 +02:00
module.info Adding upstream version 1.2.0. 2025-07-22 18:11:34 +02:00
phpcs.xml Adding upstream version 1.2.0. 2025-07-22 18:11:34 +02:00
README.md Adding upstream version 1.2.0. 2025-07-22 18:11:34 +02:00
run.php Adding upstream version 1.2.0. 2025-07-22 18:11:34 +02:00

Icinga Web 2 Fileshipper module

The main purpose of this module is to extend Icinga Director using some of it's exported hooks. Based on them it offers an Import Source able to deal with CSV, JSON, YAML and XML files. It also offers the possibility to deploy hand-crafted Icinga 2 config files through the Icinga Director.

Icinga Web 2 Fileshipper

For getting started please read our Installation instructions, and then you should be ready to dive into Import Source definitions, supported file formats or and hand-crafted Config File Shipping.

Changes

v1.2.0

  • FEATURE: PHP 8 support
  • FEATURE: Give guidance on potential misconfiguration (#34)
  • FEATURE: do not fail on malformed config file (#35)

v1.1.0

  • FEATURE: Added XLSX file support

v1.0.1

  • FEATURE: CSV files should give NULL for columns with empty strings (#6)
  • FIX: Small documentation fix