Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Commit

Permalink
Adds running examples to README
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephSalisbury committed Jul 9, 2016
1 parent ed2db47 commit 44f794e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -43,12 +43,14 @@ make docker-image

Running the binary directly:
```
TODO
$ prometheus-pingdom-exporter server <USERNAME> <PASSWORD> <API-KEY>
2016/07/09 12:20:51 Listening on port 8000
```

Running in a Docker container:
```
TODO
$ docker run -p 8000:8000 giantswarm/prometheus-pingdom-exporter:latest server <USERNAME> <PASSWORD> <API-KEY>
2016/07/09 11:22:04 Listening on port 8000
```

Help information can be found with the `--help` flag.
Expand Down

0 comments on commit 44f794e

Please sign in to comment.