Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 876 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 876 Bytes

This is an Ansible role for installing Riemann dash.

You may also be interested in:

  • an Ansible role for Riemann, the Riemann server itself

What it Does

Software

Installs the riemann-dash gem which provides the riemann-dash command, a thin wrapper around launching a Sinatra web app.

Configuration & Logging

Creates the files:

  • /etc/riemann/dash.rb -- configuration file for Riemann dash
  • /var/log/riemann-dash -- log directory for Sinatra

Services

On Ubuntu/Debian it creates an Upstart script /etc/init/riemann-dash.conf which defines a system service riemann-dash listening on port 5557.

Usage

Use the role in a playbook like this:

- hosts: all
  roles:
    - riemann-dash