Coder Social home page Coder Social logo

puppet-uchiwa's Introduction

Uchiwa-Puppet

Tested with Travis CI

Build Status

Upgrade Note

Versions greater than 0.3.0 are incompatible with previous versions of the Yelp-Uchiwa module.

Installation

$ puppet module install yelp-uchiwa

Prerequisites

  • One or more working Sensu installations

Dependencies

  • puppetlabs/apt
  • puppetlabs/stdlib

See Modulefile for details.

Basic example

Sensu server

node 'uchiwa-server.foo.com' {
  include ::uchiwa
}

Advanced example using multiple APIs

API definitions will default to the following values:

name     => 'sensu'
host     => '127.0.0.1'
ssl      => false
insecure => false
port     => 4567
user     => 'sensu'
pass     => 'sensu'
path     => ''
timeout  => 5

This is an example of a 2 API setup:

node 'uchiwa-server.foo.com' {

  $uchiwa_api_config = [{
                          host  => '10.56.5.8',
                        },
                        {
                          host      => '10.16.1.25',
                          ssl       => true,
                          insecure  => true,
                          port      => 7654,
                          user      => 'sensu',
                          pass      => 'saBEnX8PQoyz2LG',
                          path      => '/sensu',
                          timeout   => 5
                        }]

  class { 'uchiwa':
    sensu_api_endpoints => $uchiwa_api_config,
  }
}

License

See LICENSE file.

puppet-uchiwa's People

Contributors

pauloconnor avatar solarkennedy avatar queeno avatar jbussdieker avatar dgolja avatar tayzlor avatar bodgit avatar larsfronius avatar nhinds avatar timmow avatar bobtfish avatar bleuchtang avatar

Watchers

James Cloos avatar James 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.