summaryrefslogtreecommitdiffstats
path: root/health
diff options
context:
space:
mode:
authorFotis Voutsas <fotis@netdata.cloud>2023-02-20 16:52:43 +0200
committerGitHub <noreply@github.com>2023-02-20 06:52:43 -0800
commitff14cf0df6e7d29c6f0a0ee152f20d5ef7608fa5 (patch)
treebae85080e02a8697620e2169bd5b9cd3aa3a0192 /health
parentfe17707b063c828383eee167e37f69e3d916bce1 (diff)
Fix broken links in our documentation (#14565)
* fix broken link in ml/README.md * fix broken link across all files * fix broken link across all files * fix broken links and remove what's next sections * fix broken links and remove what's next section * Remove related links sections with broken links that link to removed files * fix broken links
Diffstat (limited to 'health')
-rw-r--r--health/README.md17
-rw-r--r--health/notifications/pagerduty/README.md2
2 files changed, 1 insertions, 18 deletions
diff --git a/health/README.md b/health/README.md
index 460f65680f..e8125e29bb 100644
--- a/health/README.md
+++ b/health/README.md
@@ -21,20 +21,3 @@ your metrics.
Ready to take the next steps with health monitoring?
[Configuration reference](https://github.com/netdata/netdata/blob/master/health/REFERENCE.md)
-
-## Guides
-
-Every infrastructure is different, so we're not interested in mandating how you should configure Netdata's health
-monitoring features. Instead, these guides should give you the details you need to tweak alarms to your heart's
-content.
-
-[Stopping notifications for individual alarms](https://github.com/netdata/netdata/blob/master/docs/guides/monitor/stop-notifications-alarms.md)
-
-[Use dimension templates to create dynamic alarms](https://github.com/netdata/netdata/blob/master/docs/guides/monitor/dimension-templates.md)
-
-## Related features
-
-**[Notifications](https://github.com/netdata/netdata/blob/master/health/notifications/README.md)**: Get notified about ongoing alarms from your Agents via your
-favorite platform(s), such as Slack, Discord, PagerDuty, email, and much more.
-
-
diff --git a/health/notifications/pagerduty/README.md b/health/notifications/pagerduty/README.md
index d468a4dcff..f4b507e3af 100644
--- a/health/notifications/pagerduty/README.md
+++ b/health/notifications/pagerduty/README.md
@@ -63,5 +63,5 @@ sudo su -s /bin/bash netdata
Aside from the three values set in `health_alarm_notify.conf`, there is no further configuration required to send alert
notifications to PagerDuty.
-To configure individual alarms, read our [alert configuration](https://github.com/netdata/netdata/blob/master/docs/monitor/configure-alarms.md) doc or
+To configure individual alarms, read our [alert configuration](https://github.com/netdata/netdata/blob/master/health/REFERENCE.md) doc or
the [health entity reference](https://github.com/netdata/netdata/blob/master/health/REFERENCE.md) doc.