summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTina Lüdtke <tina@kickoke.com>2022-02-07 17:46:08 +0000
committerTina Lüdtke <tina@kickoke.com>2022-02-07 17:46:08 +0000
commitaa33d9662e188d7c004ce893c32837a6316bac12 (patch)
tree6e1c4bfe9ab45532c7543470c7be156bdd9377cd
parentfcacc6a3dd7f71fe2e48104868271e918f7642ab (diff)
Amended file paths; file extensionsinteractive-installation-scripts
-rw-r--r--docs/guides/export/export-netdata-metrics-graphite.md (renamed from docs/guides/export/export-netdata-metrics-graphite.mdx)6
-rw-r--r--docs/guides/monitor/lamp-stack.md (renamed from docs/guides/monitor/lamp-stack.mdx)6
-rw-r--r--docs/guides/monitor/pi-hole-raspberry-pi.md (renamed from docs/guides/monitor/pi-hole-raspberry-pi.mdx)6
-rw-r--r--docs/guides/step-by-step/step-00.md (renamed from docs/guides/step-by-step/step-00.mdx)6
-rw-r--r--exporting/prometheus/README.md (renamed from exporting/prometheus/README.mdx)6
-rw-r--r--packaging/installer/methods/kickstart.md (renamed from packaging/installer/methods/kickstart.mdx)6
6 files changed, 18 insertions, 18 deletions
diff --git a/docs/guides/export/export-netdata-metrics-graphite.mdx b/docs/guides/export/export-netdata-metrics-graphite.md
index 5891d665fd..04ac815052 100644
--- a/docs/guides/export/export-netdata-metrics-graphite.mdx
+++ b/docs/guides/export/export-netdata-metrics-graphite.md
@@ -1,10 +1,10 @@
----
+<!--
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 '@site/src/components/OneLineInstall/'
+import { OneLineInstallWget } from '../../../src/components/OneLineInstall/'
# Export and visualize Netdata metrics in Graphite
Collecting metrics is an essential part of monitoring any application, service, or infrastructure, but it's not the
diff --git a/docs/guides/monitor/lamp-stack.mdx b/docs/guides/monitor/lamp-stack.md
index 77afa406c6..c0d277dbaa 100644
--- a/docs/guides/monitor/lamp-stack.mdx
+++ b/docs/guides/monitor/lamp-stack.md
@@ -1,4 +1,4 @@
----
+<!--
title: "LAMP stack monitoring (Linux, Apache, MySQL, PHP) with Netdata"
description: "Set up robust LAMP stack monitoring (Linux, Apache, MySQL, PHP) in just a few minutes using a free, open-source monitoring tool that collects metrics every second."
image: /img/seo/guides/monitor/lamp-stack.png
@@ -6,9 +6,9 @@ author: "Joel Hans"
author_title: "Editorial Director, Technical & Educational Resources"
author_img: "/img/authors/joel-hans.jpg"
custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/guides/monitor/lamp-stack.md
----
+-->
-import { OneLineInstallWget } from '@site/src/components/OneLineInstall/'
+import { OneLineInstallWget } from '../../../src/components/OneLineInstall/'
# LAMP stack monitoring (Linux, Apache, MySQL, PHP) with Netdata
diff --git a/docs/guides/monitor/pi-hole-raspberry-pi.mdx b/docs/guides/monitor/pi-hole-raspberry-pi.md
index dcb97e6a36..29e88bdf26 100644
--- a/docs/guides/monitor/pi-hole-raspberry-pi.mdx
+++ b/docs/guides/monitor/pi-hole-raspberry-pi.md
@@ -1,11 +1,11 @@
----
+<!--
title: "Monitor Pi-hole (and a Raspberry Pi) with Netdata"
description: "Monitor Pi-hole metrics, plus Raspberry Pi system metrics, in minutes and completely for free with Netdata's open-source monitoring agent."
image: /img/seo/guides/monitor/netdata-pi-hole-raspberry-pi.png
custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/guides/monitor/pi-hole-raspberry-pi.md
----
+-->
-import { OneLineInstallWget } from '@site/src/components/OneLineInstall/'
+import { OneLineInstallWget } from '../../../src/components/OneLineInstall/'
# Monitor Pi-hole (and a Raspberry Pi) with Netdata
diff --git a/docs/guides/step-by-step/step-00.mdx b/docs/guides/step-by-step/step-00.md
index c48851bfce..eeb060ac30 100644
--- a/docs/guides/step-by-step/step-00.mdx
+++ b/docs/guides/step-by-step/step-00.md
@@ -1,9 +1,9 @@
----
+<!--
title: "The step-by-step Netdata guide"
date: 2020-03-31
custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/guides/step-by-step/step-00.md
----
-import { OneLineInstallWget, OneLineInstallCurl } from '@site/src/components/OneLineInstall/'
+-->
+import { OneLineInstallWget, OneLineInstallCurl } from '../../../src/components/OneLineInstall/'
# The step-by-step Netdata guide
Welcome to Netdata! We're glad you're interested in our health monitoring and performance troubleshooting system.
diff --git a/exporting/prometheus/README.mdx b/exporting/prometheus/README.md
index 8de4b31de7..22c011e63a 100644
--- a/exporting/prometheus/README.mdx
+++ b/exporting/prometheus/README.md
@@ -1,10 +1,10 @@
----
+<!--
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"
----
-import { OneLineInstallWget, OneLineInstallCurl } from '@site/src/components/OneLineInstall/'
+-->
+import { OneLineInstallWget, OneLineInstallCurl } from '../../src/components/OneLineInstall/'
# Using Netdata with Prometheus
diff --git a/packaging/installer/methods/kickstart.mdx b/packaging/installer/methods/kickstart.md
index 9b15e840d9..3435b56062 100644
--- a/packaging/installer/methods/kickstart.mdx
+++ b/packaging/installer/methods/kickstart.md
@@ -1,9 +1,9 @@
----
+<!--
title: "Install Netdata with kickstart.sh"
description: "The kickstart.sh script installs Netdata from source, including all dependencies required to connect to Netdata Cloud, with a single command."
custom_edit_url: https://github.com/netdata/netdata/edit/master/packaging/installer/methods/kickstart.md
----
-import { OneLineInstallWget, OneLineInstallCurl } from '@site/src/components/OneLineInstall/'
+-->
+import { OneLineInstallWget, OneLineInstallCurl } from '../../../src/components/OneLineInstall/'
# Install Netdata with kickstart.sh