Skip to content

Commit ffadf6c

Browse files
authored
Merge pull request #66 from powerloom/feat/slot_monitoring
Feat/slot monitoring
2 parents 6cd3ba0 + 6f99286 commit ffadf6c

File tree

12 files changed

+270
-101
lines changed

12 files changed

+270
-101
lines changed

docs/build-with-powerloom/devnet/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ After initiating the process, the setup steps will differ depending on whether t
218218

219219
3. Optionally, you can provide to following values:
220220

221-
- `$TELEGRAM_CHAT_ID`: Can be provided if you would like to enable Telegram reporting for node issues. See our [Telegram Bot Setup](/build-with-powerloom/snapshotter-node/lite-node-v2/Telegram%20Bot%20Setup.md) page for instructions on how to get your Telegram Chat ID.
221+
- `$TELEGRAM_CHAT_ID`: Can be provided if you would like to enable Telegram reporting for node issues. See our [Telegram Bot Setup](/build-with-powerloom/snapshotter-node/lite-node-v2/telegram-bot-setup) page for instructions on how to get your Telegram Chat ID.
222222

223223
After entering these details, the node will start running the background processes.
224224

@@ -361,7 +361,7 @@ After initiating the process, the setup steps will differ depending on whether t
361361

362362
3. Optionally, you can provide to following values:
363363

364-
- `$TELEGRAM_CHAT_ID`: Can be provided if you would like to enable Telegram reporting for node issues. See our [Telegram Bot Setup](/build-with-powerloom/snapshotter-node/lite-node-v2/Telegram%20Bot%20Setup.md) page for instructions on how to get your Telegram Chat ID.
364+
- `$TELEGRAM_CHAT_ID`: Can be provided if you would like to enable Telegram reporting for node issues. See our [Telegram Bot Setup](/build-with-powerloom/snapshotter-node/lite-node-v2/telegram-bot-setup) page for instructions on how to get your Telegram Chat ID.
365365

366366
After entering these details, the node will start running the background processes.
367367

@@ -655,7 +655,7 @@ After initiating the process, the setup steps will differ depending on whether t
655655
656656
3. Optionally, you can provide to following values:
657657
658-
- `$TELEGRAM_CHAT_ID`: Can be provided if you would like to enable Telegram reporting for node issues. See our [Telegram Bot Setup](/build-with-powerloom/snapshotter-node/lite-node-v2/Telegram%20Bot%20Setup.md) page for instructions on how to get your Telegram Chat ID.
658+
- `$TELEGRAM_CHAT_ID`: Can be provided if you would like to enable Telegram reporting for node issues. See our [Telegram Bot Setup](/build-with-powerloom/snapshotter-node/lite-node-v2/telegram-bot-setup) page for instructions on how to get your Telegram Chat ID.
659659
660660
After entering these details, the node will start running the background processes.
661661

docs/build-with-powerloom/devnet/troubleshooting-monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This section will guide you through the process of Monitoring and Troubleshootin
1717
![Snapshotter-node-dashboard](/images/node-status-dashboard-devnet.png)
1818

1919
- #### Telegram Reporting Bot
20-
Snapshotter Nodes have the capability to send Telegram messages directly to you if any issues arise during the snapshotting process. See the [Telegram Bot Setup](/build-with-powerloom/snapshotter-node/lite-node-v2/Telegram%20Bot%20Setup.md) page for instructions on how to enable this feature.
20+
Snapshotter Nodes have the capability to send Telegram messages directly to you if any issues arise during the snapshotting process. See the [Telegram Bot Setup](/build-with-powerloom/snapshotter-node/lite-node-v2/telegram-bot-setup) page for instructions on how to enable this feature.
2121

2222
### 1.2 Simulation run logs
2323

docs/build-with-powerloom/snapshotter-node/lite-node-v2/build-sh-advanced.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
sidebar_position: 3
3+
title: "build.sh: Advanced Usage and Recipes"
34
---
45

5-
# `build.sh` CLI: advanced usage and recipes
6+
# `build.sh`: Advanced Usage and Recipes
67
---
78

89
## Summary of flags and advanced features

docs/build-with-powerloom/snapshotter-node/lite-node-v2/diagnostics.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
sidebar_position: 1
3+
title: Diagnostics and Cleanup
34
---
45

5-
# Diagnostics and cleanup
6+
# Diagnostics and Cleanup
67

78
The lite node as well as the multi node setup comes with a diagnostic and cleanup script. This script will check for any previous instances of the lite node, local collector, stale images and networks.
89

docs/build-with-powerloom/snapshotter-node/lite-node-v2/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ After initiating the process, the setup steps will differ depending on whether t
216216

217217
3. Optionally, you can provide to following values:
218218

219-
- `$TELEGRAM_CHAT_ID`: Can be provided if you would like to enable Telegram reporting for node issues. See our [Telegram Bot Setup](/build-with-powerloom/snapshotter-node/lite-node-v2/Telegram%20Bot%20Setup.md) page for instructions on how to get your Telegram Chat ID.
219+
- `$TELEGRAM_CHAT_ID`: Can be provided if you would like to enable Telegram reporting for node issues. See our [Telegram Bot Setup](/build-with-powerloom/snapshotter-node/lite-node-v2/telegram-bot-setup) page for instructions on how to get your Telegram Chat ID.
220220

221221
After entering these details, the node will start running the background processes.
222222

@@ -359,7 +359,7 @@ After initiating the process, the setup steps will differ depending on whether t
359359

360360
3. Optionally, you can provide to following values:
361361

362-
- `$TELEGRAM_CHAT_ID`: Can be provided if you would like to enable Telegram reporting for node issues. See our [Telegram Bot Setup](/build-with-powerloom/snapshotter-node/lite-node-v2/Telegram%20Bot%20Setup.md) page for instructions on how to get your Telegram Chat ID.
362+
- `$TELEGRAM_CHAT_ID`: Can be provided if you would like to enable Telegram reporting for node issues. See our [Telegram Bot Setup](/build-with-powerloom/snapshotter-node/lite-node-v2/telegram-bot-setup) page for instructions on how to get your Telegram Chat ID.
363363

364364
After entering these details, the node will start running the background processes.
365365

@@ -649,7 +649,7 @@ After initiating the process, the setup steps will differ depending on whether t
649649
650650
3. Optionally, you can provide to following values:
651651
652-
- `$TELEGRAM_CHAT_ID`: Can be provided if you would like to enable Telegram reporting for node issues. See our [Telegram Bot Setup](/build-with-powerloom/snapshotter-node/lite-node-v2/Telegram%20Bot%20Setup.md) page for instructions on how to get your Telegram Chat ID.
652+
- `$TELEGRAM_CHAT_ID`: Can be provided if you would like to enable Telegram reporting for node issues. See our [Telegram Bot Setup](/build-with-powerloom/snapshotter-node/lite-node-v2/telegram-bot-setup) page for instructions on how to get your Telegram Chat ID.
653653
654654
After entering these details, the node will start running the background processes.
655655

0 commit comments

Comments
 (0)