icingadb

Puppet module to manage IcingaDB and the IcingaDB Redis server

2,277 downloads

51 latest version

Version information

  • 3.2.0 (latest)
  • 3.1.1
  • 3.1.0
  • 3.0.0
  • 2.0.1
  • 2.0.0
released Jun 9th 2025
This version is compatible with:
  • Puppet Enterprise 2025.3.x, 2025.2.x, 2025.1.x, 2023.8.x, 2023.7.x, 2023.6.x, 2023.5.x, 2023.4.x, 2023.3.x, 2023.2.x, 2023.1.x, 2023.0.x, 2021.7.x, 2021.6.x, 2021.5.x, 2021.4.x, 2021.3.x
  • Puppet >= 7.9.0 < 9.0.0
  • , , , , ,

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'puppet-icingadb', '3.2.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add puppet-icingadb
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install puppet-icingadb --version 3.2.0

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

puppet/icingadb — version 3.2.0 Jun 9th 2025

icingadb

Build Status Release Puppet Forge puppet integration Apache-2.0 License Donated by Icinga Sponsored by NETWAYS

Icinga Logo

Table of Contents

  1. Description
  2. Setup - The basics of getting started with icingadb
  3. Reference
  4. Release notes

Description

This module manages the IcingaDB Redis server and the IcingaDB itself.

Setup

What the IcingaDB Puppet module supports

  • Management of the IcingaDB Redis
  • and the icingaDB itself

Setup Requirements

This module supports:

  • [puppet] >= 7.9.0 < 9.0.0

And requiers:

  • [puppetlabs/stdlib] >= 6.6.0 < 10.0.0
  • [icinga/icinga] >= 2.9.0 < 6.0.0

Beginning with icingadb

Add this declaration to your Puppetfile:

mod 'icingadb',
  :git => 'https://github.com/icinga/puppet-icingadb.git',
  :tag => 'v1.0.0'

Then run:

bolt puppetfile install

Or do a git clone by hand into your modules directory:

git clone https://github.com/voxpupuli/puppet-icingadb.git icingadb

Change to icingadb directory and check out your desired version:

cd icingadb
git checkout v1.0.0

Reference

See REFERENCE.md

Release Notes

This code is a very early release and may still be subject to significant changes.

Transfer Notice

This plugin was originally authored by Icinga. The maintainer preferred that Vox Pupuli take ownership of the module for future improvement and maintenance. Existing pull requests and issues were transferred over, please fork and continue to contribute here instead of Icinga.

Previously: https://github.com/icinga/puppet-icingadb