- 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
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
The module installs InfluxDB, manages its configuration and the daemon process lifecycle.
See metadata.json for dependencies
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
Only tested on EL6
bundle exec rake test
bundle exec kitchen test