Version information
released Nov 18th 2015
This version is compatible with:
Start using this module
Add this module to your Puppetfile:
mod 'unibet-influxdb', '0.2.11'
Learn more about managing modules with a PuppetfileDocumentation
unibet/influxdb — version 0.2.11 Nov 18th 2015
influxdb
Table of Contents
- Overview
- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with influxdb
- Usage - Configuration options and additional functionality
- Limitations - OS compatibility, etc.
- 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
Dependencies
- puppetlabs-stdlib (>=0.1.6)
Copyright 2015 North Development AB Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.