summaryrefslogtreecommitdiffstats
path: root/exporting
diff options
context:
space:
mode:
authorTina Luedtke <kickoke@users.noreply.github.com>2022-02-08 00:49:27 -0800
committerGitHub <noreply@github.com>2022-02-08 08:49:27 +0000
commit29e4ad3b6529bbe7a5c76b2fd943456edd5363a6 (patch)
treec1d56d82b297f9343e48c13d3a4bdd6eddad6783 /exporting
parenta3db31a586eb868ec9e0cf262b5702d784d0ab1c (diff)
Added interactive kickstart scripts where possible (#12098)
Diffstat (limited to 'exporting')
-rw-r--r--exporting/prometheus/README.md11
1 files changed, 4 insertions, 7 deletions
diff --git a/exporting/prometheus/README.md b/exporting/prometheus/README.md
index 8b56b68a64..22c011e63a 100644
--- a/exporting/prometheus/README.md
+++ b/exporting/prometheus/README.md
@@ -2,8 +2,9 @@
title: "Export metrics to Prometheus"
description: "Export Netdata metrics to Prometheus for archiving and further analysis."
custom_edit_url: https://github.com/netdata/netdata/edit/master/exporting/prometheus/README.md
-sidebar_label: Using Netdata with Prometheus
+sidebar_label: "Using Netdata with Prometheus"
-->
+import { OneLineInstallWget, OneLineInstallCurl } from '../../src/components/OneLineInstall/'
# Using Netdata with Prometheus
@@ -23,15 +24,11 @@ of installing the latest Netdata and keep it upgrade automatically.
To install Netdata, run the following as your normal user:
-```bash
-wget -O /tmp/netdata-kickstart.sh https://my-netdata.io/kickstart.sh && sh /tmp/netdata-kickstart.sh
-```
+<OneLineInstallWget/>
Or, if you have cURL but not wget (such as on macOS):
-```bash
-curl https://my-netdata.io/kickstart.sh > /tmp/netdata-kickstart.sh && sh /tmp/netdata-kickstart.sh
-```
+<OneLineInstallCurl/>
At this point we should have Netdata listening on port 19999. Attempt to take your browser here: