diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-02-15 03:25:26 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-02-15 03:26:11 +0000 |
commit | 412fb90f5888df13fdeafb5705b9ea6eef1a4df1 (patch) | |
tree | a33fe79d3373f32b30ff799e6e15331bd6975f76 /docs/guides/export | |
parent | Releasing debian version 1.33.0-1. (diff) | |
download | netdata-412fb90f5888df13fdeafb5705b9ea6eef1a4df1.tar.xz netdata-412fb90f5888df13fdeafb5705b9ea6eef1a4df1.zip |
Merging upstream version 1.33.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docs/guides/export')
-rw-r--r-- | docs/guides/export/export-netdata-metrics-graphite.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/guides/export/export-netdata-metrics-graphite.md b/docs/guides/export/export-netdata-metrics-graphite.md index ad18980b5..37d2fdb50 100644 --- a/docs/guides/export/export-netdata-metrics-graphite.md +++ b/docs/guides/export/export-netdata-metrics-graphite.md @@ -3,6 +3,7 @@ title: Export and visualize Netdata metrics in Graphite description: "Use Netdata to collect and export thousands of metrics to Graphite for long-term storage or further analysis." image: /img/seo/guides/export/export-netdata-metrics-graphite.png --> +import { OneLineInstallWget } from '../../src/components/OneLineInstall/' # Export and visualize Netdata metrics in Graphite @@ -31,9 +32,7 @@ Let's get started. If you don't have the Netdata Agent installed already, visit the [installation guide](/packaging/installer/README.md) for the recommended instructions for your system. In most cases, you can use the one-line installation script: -```bash -bash <(curl -Ss https://my-netdata.io/kickstart.sh) -``` +<OneLineInstallWget/> Once installation finishes, open your browser and navigate to `http://NODE:19999`, replacing `NODE` with the IP address or hostname of your system, to find the Agent dashboard. |