Forge Home

influxdb

Puppet module to manage InfluxDB

11,220 downloads

7,941 latest version

4.6 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.2.11 (latest)
  • 0.2.10
  • 0.2.9
  • 0.2.8
  • 0.1.7
  • 0.1.6
  • 0.1.4
  • 0.1.3
released Nov 18th 2015
This version is compatible with:

Start using this module

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

Add this module to your Puppetfile:

mod 'unibet-influxdb', '0.2.11'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add unibet-influxdb
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install unibet-influxdb --version 0.2.11

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

unibet/influxdb — version 0.2.11 Nov 18th 2015

influxdb

Build Status

Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Setup - The basics of getting started with influxdb
  4. Usage - Configuration options and additional functionality
  5. Limitations - OS compatibility, etc.
  6. Development - Guide for contributing to the module

Overview

Puppet module that installs and configures InfluxDB, a time series metrics data base written in Go. The module supports InfluxDB 0.9 and has been tested on EL6

Module Description

The module installs InfluxDB, manages its configuration and the daemon process lifecycle.

Setup

Beginning with influxdb

See metadata.json for dependencies

Usage

In its simplest form using defaults:

include ::influxdb

This will create the influxdb service account, install the package from the official repository, manage the configuration and init script source file and start the service.

The module supports a number of class parameters to customize the behavior of InfluxDB, refer to the documentation in init.pp

Limitations

Only tested on EL6

Development

Unit tests

bundle exec rake test

Acceptance tests

bundle exec kitchen test