Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md for ICMP Health Check note for Private Probes #59

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,20 @@ api-key = <Your Grafana.net ApiKey>
raintank-probe -config <path to your config>
```

## Note on Private Probe ICMP Health Checks
By default the private probe will determine its own network health by pinging this comma separated list of sites: google.com,youtube.com,facebook.com,twitter.com,wikipedia.com

If your private network does not allow ICMP traffic to external sites, you will need to modify probe.ini found here
```
/etc/raintank/probe.ini
```
Example probe.ini from docker container
```
log-level = 2
name = demo1
server-url = wss://worldping-api.raintank.io/
tsdb-url = https://tsdb-gw.raintank.io/
api-key = changeme
health-hosts = icmp-reachable-host.com
```
After modifying the health-hosts to an ICMP reachable host, restart. Then the other endpoint checks you have assigned to the probe will begin to execute.