Skip to content

Fogelholk/puppet-icingadb

 
 

Repository files navigation

icingadb

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] >= 6.0.0 < 8.0.0

And requiers:

  • [puppetlabs/stdlib] >= 5.1.0 < 9.0.0
  • [icinga/icinga] >= 2.9.0 < 4.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/icinga/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.

About

Puppet module to manage IcingaDB.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Puppet 57.3%
  • Ruby 42.1%
  • Dockerfile 0.6%