Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

datacentred/garethr-riemann

 
 

Repository files navigation

Puppet module for installing and managing Riemann, the event agregation and monitoring tool.

This module is also available on the Puppet Forge

Puppet Forge Build Status Dependency Status

Usage

The module includes three main components:

include riemann
include riemann::dash
include riemann::tools

Riemann represents the Riemann daemon and associated configuration, riemann:dash the dashboard and riemann::tools the client and a couple of daemons for pushing example data into Riemann.

Configuration

The riemann class has some defaults that can be overridden, for instance if you wanted a specific version of riemann:

class { 'riemann': version => '0.1.1' }

More useful is probably the ability to override the default configuration file.

class { 'riemann': config_file => '/etc/riemann.config' }

In this last case you're responsible for making sure that file exists, via another puppet resource or otherwise.

Example

For a fully working example of this module you may also be interested in the riemann-vagrant project.

About

Puppet module for Riemann, published on the Puppet Forge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 41.2%
  • Puppet 35.3%
  • Shell 16.8%
  • HTML 4.6%
  • Clojure 2.1%