This is an Ansible role for installing Riemann dash.
You may also be interested in:
- an Ansible role for Riemann, the Riemann server itself
Installs the riemann-dash
gem which provides the riemann-dash
command, a thin wrapper around launching a
Sinatra web app.
Creates the files:
/etc/riemann/dash.rb
-- configuration file for Riemann dash/var/log/riemann-dash
-- log directory for Sinatra
On Ubuntu/Debian it creates an Upstart script
/etc/init/riemann-dash.conf
which defines a system service
riemann-dash
listening on port 5557.
Use the role in a playbook like this:
- hosts: all
roles:
- riemann-dash