Giter Club home page Giter Club logo

puppet-influxdb-relay's Introduction

puppet-influxdbrelay

License

  1. Overview
  2. Description
  3. Setup
  4. Usage
  5. Limitations
  6. Development
  7. Miscellaneous

Overview

This project adds a basic high availability layer to InfluxDB. With the right architecture and disaster recovery processes, this achieves a highly available setup.

influxdb-relay

Description

This module enables you to install, deploy, and configure InfluxDB Relay.

Setup

Copy this module in your modules folder without puppet- in the name.

puppet module install vpgrp-influxdbrelay

Usage

Use default configuration.

class { 'influxdbrelay': }

Add your configuration.

class { 'influxdbrelay':
  http_bind_addr => '192.168.1.18',
  http_bind_port => '9089',
  http_outputs   => [
    {
      'name'    => 'localhttp',
      'schema'  => 'http',
      'ip'      => '127.0.0.1',
      'port'    => '8089',
      'timeout' => '60s'
    },
    {
      'name'    => 'remotehttp',
      'schema'  => 'http',
      'ip'      => '192.168.1.19',
      'port'    => '8089',
      'timeout' => '60s'
    }
  ]
}

Limitations

InfluxDB Relay requires Golang version 1.5 or newer.

Development

Please read carefully CONTRIBUTING.md before making a merge request.

    ╚⊙ ⊙╝
  ╚═(███)═╝
 ╚═(███)═╝
╚═(███)═╝
 ╚═(███)═╝
  ╚═(███)═╝
   ╚═(███)═╝

puppet-influxdb-relay's People

Contributors

rockyluke avatar camskkz avatar damoun avatar theosotr avatar

Stargazers

Jean-Michelle LOUKOULOUC avatar  avatar

Watchers

James Cloos avatar  avatar

Forkers

capullo

puppet-influxdb-relay's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.