Skip to content

Commit

Permalink
Merge pull request #51 from momorientes/patch-1
Browse files Browse the repository at this point in the history
document required capabilities for linux, closes #23
  • Loading branch information
czerwonk authored Jul 23, 2021
2 parents 953209c + 8f1ac39 commit 2c8be67
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,13 @@ Getting the results for testing via cURL:
$ curl http://localhost:9427/metrics
```

### Running as non-root user

On Linux systems `CAP_NET_RAW` is required to run `ping_exporter` as unpriviliged user.
```console
# setcap cap_net_raw+ep /path/to/ping_exporter
```

### Docker

https://hub.docker.com/r/czerwonk/ping_exporter
Expand Down

0 comments on commit 2c8be67

Please sign in to comment.