Skip to content

voxpupuli/puppet-icingadb

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