Skip to content

Commit

Permalink
fixed links to monitoring configs
Browse files Browse the repository at this point in the history
  • Loading branch information
thomivy committed Mar 18, 2024
1 parent d746719 commit 6ee032a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pages/docs/node/monitoring/alert-manager.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion pages/docs/node/monitoring/loki.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions pages/docs/node/monitoring/prometheus.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Lets 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
Expand Down

0 comments on commit 6ee032a

Please sign in to comment.