diff --git a/README.md b/README.md index d723e3d76..4682ec773 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/scripts/package/README.md b/scripts/package/README.md index 700876aec..e953e121b 100644 --- a/scripts/package/README.md +++ b/scripts/package/README.md @@ -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`: diff --git a/scripts/package/package.sh b/scripts/package/package.sh index d5f611214..9a02e6180 100755 --- a/scripts/package/package.sh +++ b/scripts/package/package.sh @@ -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)