summaryrefslogtreecommitdiffstats
path: root/exporting
diff options
context:
space:
mode:
authorAR Dabbour <ardabbour@gmail.com>2021-12-20 18:12:53 +0300
committerGitHub <noreply@github.com>2021-12-20 10:12:53 -0500
commit08af95ce15fcdc2ec111a5c469fd2c5891eb9ebc (patch)
tree8a0a485577920f4a1991d3d65249c88044117a5f /exporting
parent78c2af15478ea47e436ed58f0db827e5f37ba26d (diff)
Fix slight errors (#11902)
Diffstat (limited to 'exporting')
-rw-r--r--exporting/WALKTHROUGH.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/exporting/WALKTHROUGH.md b/exporting/WALKTHROUGH.md
index f0373c4540..c17ee16503 100644
--- a/exporting/WALKTHROUGH.md
+++ b/exporting/WALKTHROUGH.md
@@ -99,7 +99,7 @@ reading to migrate this tutorial to a VM or Server of any sort.
Let's start another container in the same fashion as we did the Netdata container.
```sh
-docker run -it --name prometheus --hostname prometheus
+docker run -it --name prometheus --hostname prometheus \
--network=netdata-tutorial -p 9090:9090 centos:latest '/bin/bash'
```
@@ -110,6 +110,12 @@ files later in this tutorial.
yum install vim -y
```
+You will also need `wget` and `curl` to download files and `sudo` if you are not root.
+
+```sh
+yum install curl sudo wget -y
+```
+
Prometheus provides a tarball of their latest stable versions [here](https://prometheus.io/download/).
Let's download the latest version and install into your container.
@@ -129,7 +135,7 @@ This should get Prometheus installed into the container. Let's test that we can
interface.
```sh
-/opt/prometheus/prometheus
+/opt/prometheus/prometheus --config.file=/opt/prometheus/prometheus.yml
```
Now attempt to go to <http://localhost:9090/>. You should be presented with the Prometheus homepage. This is a good