Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.01 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.01 KB

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.1.0-pre (current master)

  • Added XLSX file support

v1.0.1

  • CSV files should give NULL for volumns with empty strings (#6)
  • Small documentation fix