Update README.md

This commit is contained in:
Alexander Lukyanchikov 2019-09-14 11:06:58 -04:00 committed by GitHub
parent c9d15c68a8
commit 4e35a050d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# Sampler. Visualization for any shell command.
# Sampler. Visualization for any shell command.
[![Build Status](https://travis-ci.com/sqshq/sampler.svg?token=LdyRhxxjDFnAz1bJg8fq&branch=master)](https://travis-ci.com/sqshq/sampler) [![Go Report Card](https://goreportcard.com/badge/github.com/sqshq/sampler)](https://goreportcard.com/report/github.com/sqshq/sampler)
Sampler is a tool for shell commands execution, visualization and alerting. Configured with a simple YAML file.
@ -8,7 +8,7 @@ Sampler is a tool for shell commands execution, visualization and alerting. Conf
## Why do I need it?
One can sample any dynamic process right from the terminal - observe changes in the database, monitor MQ in-flight messages, trigger a deployment script and get notification when it's done.
If there is a way to get a metric using shell command - then it can be visualized with Sampler momentarily.
If there is a way to get a metric using a shell command - then it can be visualized with Sampler momentarily.
## Installation
@ -41,7 +41,7 @@ Using Sampler is basically a 3-step process:
- Adjust components size and location on UI
## But there are so many monitoring systems already
Sampler is by no means an alternative to full-scale monitoring systems, but rather easy to setup development tool.
Sampler is by no means an alternative to full-scale monitoring systems, but rather an easy to setup development tool.
If spinning up and configuring [Prometheus with Grafana](https://prometheus.io) is complete overkill for you task, Sampler might be the right solution. No servers, no databases, no deploy - you specify shell commands, and it just works.