From 6ee032a2269d21f8d18a7448fcb462fd185c5682 Mon Sep 17 00:00:00 2001 From: Thom Ivy Date: Mon, 18 Mar 2024 18:48:24 -0500 Subject: [PATCH] fixed links to monitoring configs --- pages/docs/node/monitoring/alert-manager.mdx | 4 ++-- pages/docs/node/monitoring/loki.mdx | 2 +- pages/docs/node/monitoring/prometheus.mdx | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/docs/node/monitoring/alert-manager.mdx b/pages/docs/node/monitoring/alert-manager.mdx index f745486b..ca3054c0 100644 --- a/pages/docs/node/monitoring/alert-manager.mdx +++ b/pages/docs/node/monitoring/alert-manager.mdx @@ -133,7 +133,7 @@ Great! You have now installed and setup your environment. The next series of ste ## Configuration -For implementation examples, [refer to our GitHub.](https://github.com/webb-tools/tangle/tree/main/monitoring). +For implementation examples, [refer to our GitHub.](https://github.com/webb-tools/tangle/blob/7e1b017f7e8b05578192dd577b358e8a8acee9f7/deployment/README.md#L4). ### Prometheus @@ -147,7 +147,7 @@ sudo nano /etc/prometheus/rules.yml ``` We are going to create 2 basic rules that will trigger an alert in case the instance is down or the CPU usage crosses 80%. -You can create all kinds of rules that can triggered, [refer to our full list.](https://github.com/webb-tools/tangle/blob/main/monitoring/prometheus/rules.yml). +You can create all kinds of rules that can triggered, [refer to our full list.](hhttps://github.com/webb-tools/tangle/blob/7e1b017f7e8b05578192dd577b358e8a8acee9f7/deployment/prometheus/rules.yml). Add the following lines and save the file: diff --git a/pages/docs/node/monitoring/loki.mdx b/pages/docs/node/monitoring/loki.mdx index 4c3a8a53..f8d2876b 100644 --- a/pages/docs/node/monitoring/loki.mdx +++ b/pages/docs/node/monitoring/loki.mdx @@ -148,7 +148,7 @@ The next series of steps will be configuring each service. ## Configuration -For configuration examples, see [Monitoring](https://github.com/webb-tools/tangle/tree/main/monitoring). +For implementation examples, [refer to our GitHub.](https://github.com/webb-tools/tangle/blob/7e1b017f7e8b05578192dd577b358e8a8acee9f7/deployment/README.md#L4). ### Loki diff --git a/pages/docs/node/monitoring/prometheus.mdx b/pages/docs/node/monitoring/prometheus.mdx index 15d5e58f..30b01014 100644 --- a/pages/docs/node/monitoring/prometheus.mdx +++ b/pages/docs/node/monitoring/prometheus.mdx @@ -217,11 +217,11 @@ Great! You have now installed and setup your environment. The next series of ste ## Configuration -If you are interested to see how we configure the Tangle Network nodes for monitoring check out https://github.com/webb-tools/tangle/tree/main/monitoring. +If you are interested to see how we configure the Tangle Network nodes for monitoring [check out the Tangle Network deployment README](https://github.com/webb-tools/tangle/blob/7e1b017f7e8b05578192dd577b358e8a8acee9f7/deployment/README.md#L4) ### Prometheus -Let’s edit the Prometheus config file and add all the modules in it: +Let"s edit the Prometheus config file and add all the modules in it: ```sh filename="nano" copy sudo nano /etc/prometheus/prometheus.yml