diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-02-15 03:25:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-02-15 03:25:22 +0000 |
commit | 0ce692f2add209c6f5d449ee2be7af725f1813e8 (patch) | |
tree | 2af915c6ff875c3b0b4367c334032726d2d6839a /docs/guides/export | |
parent | Adding upstream version 1.33.0. (diff) | |
download | netdata-0ce692f2add209c6f5d449ee2be7af725f1813e8.tar.xz netdata-0ce692f2add209c6f5d449ee2be7af725f1813e8.zip |
Adding upstream version 1.33.1.upstream/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 ad18980b..37d2fdb5 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. |