Skip to content

Commit

Permalink
docs: update and add links (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
electron0zero authored Sep 18, 2020
1 parent ab71e1e commit 5ed5d6d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ Please [install](https://grafana.com/grafana/plugins/grafana-synthetic-monitorin

Probes
------
Probes run [checks](https://github.com/grafana/synthetic-monitoring-app/blob/master/README.md#check-types) from distributed locations around the world and send the resulting metrics and events directly to [Grafana Cloud](https://grafana.com/products/cloud/) Prometheus and Loki services. You can select 1 or more 'public' probes to run checks from or run your own 'private' probes from any environment you choose.
Probes run [checks](https://github.com/grafana/synthetic-monitoring-app/blob/master/README.md#check-types) from
distributed locations around the world and send the resulting metrics and events directly to
[Grafana Cloud](https://grafana.com/products/cloud/) Prometheus and Loki services.

You can select 1 or more **public** probes to run checks from or [run your own **private** probes](https://grafana.com/docs/grafana-cloud/synthetic-monitoring/private-probes/)
from any environment you choose.


To run your own probe
Expand All @@ -21,7 +26,7 @@ To run your own probe
* Enter a **Probe Name**, **Latitude**, **Longitude**, and **Region**.
* Optionally enter up to 3 custom labels to identify your probe.
* Click **Save**
* Copy the "Probe Authetication Token" and save for installing the agent.
* Copy the "Probe Authentication Token" and save for installing the agent.

### Install the agent on Debian based systems

Expand Down
2 changes: 1 addition & 1 deletion scripts/package/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Packaging the blackbox exporter sidecar
## Packaging Synthetic Monitoring Agent

The following scripts are used for packaging and publishing `synthetic-monitoring-agent`:

Expand Down
3 changes: 1 addition & 2 deletions scripts/package/package.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

# Script to package the synthetic-monitoring-agent and the prometheus
# blackbox-exporter together.
# Script to package the synthetic-monitoring-agent

set -x
BASE=$(dirname $0)
Expand Down

0 comments on commit 5ed5d6d

Please sign in to comment.