Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
* Add status badges.
* Add simple Docker command line.

Signed-off-by: SuperQ <[email protected]>
  • Loading branch information
SuperQ committed Dec 28, 2021
1 parent 6eec625 commit 0c84585
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# smokeping_prober

[![CircleCI](https://circleci.com/gh/SuperQ/smokeping_prober/tree/master.svg?style=svg)](https://circleci.com/gh/SuperQ/smokeping_prober/tree/master)
[![Docker Repository on Quay](https://quay.io/repository/superq/smokeping-prober/status "Docker Repository on Quay")](https://quay.io/repository/superq/smokeping-prober)

Prometheus style "smokeping" prober.

![Example Graph](example-graph.png)
Expand Down Expand Up @@ -61,10 +65,20 @@ NOTE: The config is only read on startup, SIGHUP is not supported (yet).
Requires Go >= 1.14

```console
go get github.com/superq/smokeping_prober
go install github.com/superq/smokeping_prober@latest
sudo setcap cap_net_raw=+ep ${GOPATH}/bin/smokeping_prober
```

## Docker

```bash
docker run \
-p 9374:9374 \
--privileged \
quay.io/superq/smokeping-prober:latest \
some-ping-target.example.com
```

## Metrics

Metric Name | Type | Description
Expand Down

0 comments on commit 0c84585

Please sign in to comment.