Code Monkey home page Code Monkey logo

ansible-role-collectd's Introduction

Usage

Get with

git clone https://github.com/gitinsky/ansible-role-collectd.git roles/collectd

Setup

You have to assign your carbon host IP address to a carbon_host variable, and there’re two ways to define it:

  1. Straightforward, just assign the address...
  2. Use groups. Set the collectd_grafana_group_search_prefix variable and... Here’s the example of your inventory:
[github-grafana-hosts]
grafana.example.com

[github-collectd-hosts]
test01.example.com
test02.example.com
test03.example.com

[grafana-hosts:children]
test-grafana-hosts

[collectd-hosts:children]
test-collectd-hosts

[githubexample:children]
test-grafana-hosts
test-collectd-hosts

[collectd-hosts:vars]
collectd_grafana_group_search_prefix=github

And here’s the sample playbook:

---
- hosts: grafana-hosts
  name: Gather facts from grafana-hosts
  tasks:
    - fail: msg=""
      when: false
      tags: debug
      
- hosts: collectd-hosts
  sudo: yes
  roles:
    - role: collectd

Here’s how you run this:

ansible-playbook playbooks/collectd.yml -l githubexample

ansible-role-collectd's People

Contributors

alexclear avatar hryamzik avatar ussrlongbow avatar

Watchers

 avatar  avatar

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.