summaryrefslogtreecommitdiffstats
path: root/health
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2020-05-11 08:48:23 -0700
committerGitHub <noreply@github.com>2020-05-11 08:48:23 -0700
commit74fda3de8e45e4211da8a574daabbfc30c74f0a9 (patch)
treebcb5fb2a9ce32f759ca7bb139fb6e9da70e2126e /health
parent9e8a0e173e2f4402fb081950b4b25d5fc0b62492 (diff)
Docs: Fix internal links and remove obsolete admonitions (#8946)
* Fixed a few more links * Remove old syntax * Abs-relative links to files in docs folder * Trying to fix nother doc learn link * Fix a few more links * Add testing doc * Tracking down mysteries * Cleanup * Update broken external links * Remove index.html that appeared from testing * Fix remainder of links
Diffstat (limited to 'health')
-rw-r--r--health/QUICKSTART.md2
-rw-r--r--health/REFERENCE.md2
-rw-r--r--health/notifications/awssns/README.md4
-rw-r--r--health/notifications/dynatrace/README.md10
-rw-r--r--health/notifications/kavenegar/README.md2
5 files changed, 10 insertions, 10 deletions
diff --git a/health/QUICKSTART.md b/health/QUICKSTART.md
index 05e78df91c..57baa7ea04 100644
--- a/health/QUICKSTART.md
+++ b/health/QUICKSTART.md
@@ -37,7 +37,7 @@ cd /etc/netdata/ # Replace with your Netdata configuration directory, if not /et
> You may need to use `sudo` or another method of elevating your privileges: `sudo ./edit-config health.d/cpu.conf`.
>
> You can also use the `$EDITOR` environment variable to use your preferred terminal editor with `edit-config`. See
-> [this page](../docs/step-by-step/step-04.md#use-edit-config-to-open-netdataconf) for details.
+> [this page](/docs/step-by-step/step-04.md#use-edit-config-to-open-netdataconf) for details.
Each health configuration file contains one or more health entities, which always begin with an `alarm:` or `template:`
line. You can edit these entities based on your needs. To make any changes live, be sure to [reload your health
diff --git a/health/REFERENCE.md b/health/REFERENCE.md
index 9a53ce6b30..2b4b313b36 100644
--- a/health/REFERENCE.md
+++ b/health/REFERENCE.md
@@ -382,7 +382,7 @@ good idea to tell Netdata to not clear the notification, by using the `no-clear-
#### Alarm line `host labels`
-Defines the list of labels present on a host. See our [host labels tutorial](../docs/tutorials/using-host-labels.md) for
+Defines the list of labels present on a host. See our [host labels tutorial](/docs/tutorials/using-host-labels.md) for
an explanation of host labels and how to implement them.
For example, let's suppose that `netdata.conf` is configured with the following labels:
diff --git a/health/notifications/awssns/README.md b/health/notifications/awssns/README.md
index a2ff6deee6..0ec785bc60 100644
--- a/health/notifications/awssns/README.md
+++ b/health/notifications/awssns/README.md
@@ -20,7 +20,9 @@ To get this working, you will need:
- The Amazon Web Services CLI tools. Most distributions provide these with the package name `awscli`.
- An actual home directory for the user you run Netdata as, instead of just using `/` as a home directory. Setup of this is distribution specific. `/var/lib/netdata` is the recommended directory (because the permissions will already be correct) if you are using a dedicated user (which is how most distributions work).
-- An Amazon SNS topic to send notifications to with one or more subscribers. The [Getting Started](https://docs.aws.amazon.com/sns/latest/dg/GettingStarted.html) section of the Amazon SNS documentation covers the basics of how to set this up. Make note of the Topic ARN when you create the topic.
+- An Amazon SNS topic to send notifications to with one or more subscribers. The [Getting
+ Started](https://docs.aws.amazon.com/sns/latest/dg/sns-getting-started.html) section of the Amazon SNS documentation
+ covers the basics of how to set this up. Make note of the Topic ARN when you create the topic.
- While not mandatory, it is highly recommended to create a dedicated IAM user on your account for Netdata to send notifications. This user needs to have programmatic access, and should only allow access to SNS. If you're really paranoid, you can create one for each system or group of systems.
Once you have all the above, run the following command as the user Netdata runs under:
diff --git a/health/notifications/dynatrace/README.md b/health/notifications/dynatrace/README.md
index 3532968f05..3f8ad85b6d 100644
--- a/health/notifications/dynatrace/README.md
+++ b/health/notifications/dynatrace/README.md
@@ -1,8 +1,6 @@
<!--
----
title: "Dynatrace"
custom_edit_url: https://github.com/netdata/netdata/edit/master/health/notifications/dynatrace/README.md
----
-->
# Dynatrace
@@ -22,10 +20,10 @@ This is a required parameter.
Generate a Dynatrace API authentication token. On your Dynatrace server, go to **Settings** --> **Integration** --> **Dynatrace API** --> **Generate token**.
See [Dynatrace API - Authentication](https://www.dynatrace.com/support/help/extend-dynatrace/dynatrace-api/basics/dynatrace-api-authentication/) for more details.
This is a required parameter.
-3. API Space. This is the URL part of the page you have access in order to generate the API Token. For example, for my generated API Token the URL is:
-https://monitor.illumineit.com/e/2a93fe0e-4cd5-469a-9d0d-1a064235cfce/#settings/integration/apikeys;gf=all
-In that case, my space is _2a93fe0e-4cd5-469a-9d0d-1a064235cfce_
-This is a required parameter.
+3. API Space. This is the URL part of the page you have access in order to generate the API Token. For example, the URL
+ for a generated API token might look like:
+ `https://monitor.illumineit.com/e/2a93fe0e-4cd5-469a-9d0d-1a064235cfce/#settings/integration/apikeys;gf=all` In that
+ case, my space is _2a93fe0e-4cd5-469a-9d0d-1a064235cfce_ This is a required parameter.
4. Generate a Server Tag. On your Dynatrace Server, go to **Settings** --> **Tags** --> **Manually applied tags** and create the Tag.
The Netdata alarm is sent as a Dynatrace Event to be correlated with all those hosts tagged with this Tag you have created.
This is a required parameter.
diff --git a/health/notifications/kavenegar/README.md b/health/notifications/kavenegar/README.md
index e1e63fdfa4..4d43c450ee 100644
--- a/health/notifications/kavenegar/README.md
+++ b/health/notifications/kavenegar/README.md
@@ -7,7 +7,7 @@ custom_edit_url: https://github.com/netdata/netdata/edit/master/health/notificat
# Kavenegar
-[Kavenegar](https://www.kavenegar.com/) as service for software developers, based in Iran, provides send and receive SMS, calling voice by using its APIs.
+[Kavenegar](https://kavenegar.com/) as service for software developers, based in Iran, provides send and receive SMS, calling voice by using its APIs.
Will look like this on your Android device: