README.markdown in riemann-tools-1.0.0 vs README.markdown in riemann-tools-1.1.0
- old
+ new
@@ -1,28 +1,23 @@
-Riemann Tools
-=============
+# Riemann Tools
Tiny programs to submit events to Riemann.
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) [![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
-
-Get started
-===========
-
``` bash
gem install riemann-tools
riemann-health --host my.riemann.server
```
-Riemann-tools programs
-======================
+## Riemann-tools programs
This repository contains a number of different programs. Some of them
ship with the `riemann-tools` gem, including:
* riemann-apache-status - Apache monitoring.
@@ -47,22 +42,19 @@
* riemann-portcheck - Monitor open TCP ports.
Also contained in the repository are a number of stand-alone monitoring
tools, which are shipped as separate gems.
-Riemann stand-alone tools
-=========================
+## Riemann stand-alone tools
Use these tools by installing their individual gems, usually named for
-the specific tool, for example:
+the specific tool, for example, to install the AWS tools:
```bash
gem install riemann-aws
```
-To install the AWS tools.
-
* riemann-aws - Monitor various AWS services.
* riemann-elasticsearch - Monitor Elasticsearch.
* riemann-mesos - Monitor Mesos.
* riemann-rabbitmq - Monitor RabbitMQ.
* riemann-docker - Monitor Docker.
@@ -72,22 +64,14 @@
* 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
-=============
+## Docker Images
You can find Docker images for the tools [here](https://hub.docker.com/u/riemannio/dashboard/).
-Build status
-============
+## License
-[![Build Status](https://travis-ci.com/riemann/riemann-tools.svg?branch=master)](https://travis-ci.com/riemann/riemann-tools)
-
-License
-=======
-
The MIT License
-Copyright (c) 2011-2016 Kyle Kingsbury
-
+Copyright (c) 2011-2022 Kyle Kingsbury