fix links from removed docs (#14612)
Chris Akritidis committed
Feb 26, 2023 at 09:47 UTC
5255f7b8967a0d59ad44ae4b209e03997d8c29ff
3 files changed
+5
-22
docs/cloud/visualize/nodes.md
+1
-14
@@ -1,12 +1,4 @@
1
-<!--
2
-title: "Nodes view"
3
-description: "See charts from all your nodes in one pane of glass, then dive in to embedded dashboards for granular troubleshooting of ongoing issues."
4
-custom_edit_url: "https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/nodes.md"
5
-sidebar_label: "Nodes view"
6
-learn_status: "Published"
7
-learn_topic_type: "Concepts"
8
-learn_rel_path: "Operations/Visualizations"
9
--->
1
+# Nodes view
2
3
The Nodes view lets you see and customize key metrics from any number of Agent-monitored nodes and seamlessly navigate
4
to any node's dashboard for troubleshooting performance issues or anomalies using Netdata's highly-granular metrics.
@@ -45,8 +37,3 @@ to learn how to use dozens of pre-installed collectors that can instantly collec
37
If you want to see up to 30 days of historical metrics in Cloud (and more on individual node dashboards), read about [changing how long Netdata stores metrics](https://github.com/netdata/netdata/blob/master/docs/store/change-metrics-storage.md). Also, see our
38
[calculator](/docs/store/change-metrics-storage#calculate-the-system-resources-RAM-disk-space-needed-to-store-metrics)
39
for finding the disk and RAM you need to store metrics for a certain period of time.
48
-
49
-## What's next?
50
-
51
-Now that you know how to view your nodes at a glance, learn how to [track active
52
-alarms](https://github.com/netdata/netdata/blob/master/docs/cloud/alerts-notifications/view-active-alerts.md) with the Alerts Smartboard.
docs/monitor/view-active-alarms.md
+2
-4
@@ -7,11 +7,9 @@ performance issue affects your node or the applications it runs.
7
8
A War Room's [indicator](https://learn.netdata.cloud/docs/cloud/war-rooms#indicators) displays the number of
9
active `critical` (red) and `warning` (yellow) alerts for the nodes in this War Room. Click on either the critical or
10
-warning badges to open a pre-filtered modal displaying only those types of [active
11
-alarms](https://github.com/netdata/netdata/blob/master/docs/cloud/alerts-notifications/view-active-alerts.md).
10
+warning badges to open a pre-filtered modal displaying only those types of active alerts.
11
13
-
12
+
13
14
The Alarms panel lists all active alarms for nodes within that War Room, and tells you which chart triggered the alarm,
15
what that chart's current value is, the alarm that triggered it, and when the alarm status first began.
docs/quickstart/infrastructure.md
+2
-4
@@ -162,8 +162,7 @@ collect from across your infrastructure with Netdata.
162
<Box
163
title="Alerts and notifications">
164
<BoxList>
165
- <BoxListItemRegexLink to="[](https://github.com/netdata/netdata/blob/master/docs/cloud/alerts-notifications/view-active-alerts.md)" title="View active alerts" />
166
- <BoxListItemRegexLink to="[](https://github.com/netdata/netdata/blob/master/docs/cloud/alerts-notifications/smartboard.md)" title="Alerts Smartboard" />
165
+ <BoxListItemRegexLink to="[](https://github.com/netdata/netdata/blob/master/docs/monitor/view-active-alarms.md#netdata-cloud)" title="View active alerts" />
166
<BoxListItemRegexLink to="[](https://github.com/netdata/netdata/blob/master/docs/cloud/alerts-notifications/notifications.md)" title="Alert notifications" />
167
</BoxList>
168
</Box>
@@ -194,8 +193,7 @@ collect from across your infrastructure with Netdata.
193
- [Kubernetes](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/kubernetes.md)
194
- [Create new dashboards](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/dashboards.md)
195
- Alerts and notifications
197
- - [View active alerts](https://github.com/netdata/netdata/blob/master/docs/cloud/alerts-notifications/view-active-alerts.md)
198
- - [Alerts Smartboard](https://github.com/netdata/netdata/blob/master/docs/cloud/alerts-notifications/smartboard.md)
196
+ - [View active alerts](https://github.com/netdata/netdata/blob/master/docs/monitor/view-active-alarms.md#netdata-cloud)
197
- [Alert notifications](https://github.com/netdata/netdata/blob/master/docs/cloud/alerts-notifications/notifications.md)
198
- Troubleshooting with Netdata Cloud
199
- [Metric Correlations](https://github.com/netdata/netdata/blob/master/docs/cloud/insights/metric-correlations.md)