README.markdown in riemann-tools-0.2.14 vs README.markdown in riemann-tools-1.0.0

- old
+ new

@@ -5,19 +5,22 @@ Riemann-health, for example, submits events about the current CPU, load, memory, and disk use. Also available is `riemann-bench`, which submits randomly distributed metrics for load testing. -[![Gem Version](https://badge.fury.io/rb/riemann-tools.svg)](https://badge.fury.io/rb/riemann-tools) +[![Gem Version](https://badge.fury.io/rb/riemann-tools.svg)](https://badge.fury.io/rb/riemann-tools) [![CI](https://github.com/riemann/riemann-tools/actions/workflows/ci.yml/badge.svg)](https://github.com/riemann/riemann-tools/actions/workflows/ci.yml) + + Get started =========== ``` bash gem install riemann-tools riemann-health --host my.riemann.server ``` + Riemann-tools programs ====================== This repository contains a number of different programs. Some of them ship with the `riemann-tools` gem, including: @@ -68,9 +71,19 @@ * riemann-riak - Monitor Riak. * riemann-chronos - Monitor Chronos. There are also a number of additional, stand-alone tools, contained in the [Riemann GitHub account](https://github.com/riemann/). + +Docker Images +============= + +You can find Docker images for the tools [here](https://hub.docker.com/u/riemannio/dashboard/). + +Build status +============ + +[![Build Status](https://travis-ci.com/riemann/riemann-tools.svg?branch=master)](https://travis-ci.com/riemann/riemann-tools) License ======= The MIT License