Skip to content

atlassian/puppet-influxdb

 
 

Repository files navigation

influxdb

Puppet Forge Build Status

Description

This Puppet module will install influxdb on Debian or RedHat.

This module is still under active development so things are likely to change. If you have any ideas or contributions, feel free to open a pull request!

Installation

puppet module install --modulepath /path/to/puppet/modules jdowning-influxdb

Usage

class { 'influxdb': }

Most of the configuration is parameterized, so you can freely adjust settings.

Configuring InfluxDB input plugins

The module currently supports enabling and configuring the Graphite input plugin (PRs welcome):

class {'influxdb::input_plugins::graphite':
  database => 'graphite',
}

Testing

bundle install
bundle exec librarian-puppet install
vagrant up

Packages

No packages published

Languages

  • Puppet 69.1%
  • Ruby 28.3%
  • Pascal 2.6%