Skip to content

Commit e0d3484

Browse files
committed
update alerting bot docs
1 parent b13ff3e commit e0d3484

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

docs/v3/documentation/infra/nodes/mytonctrl/mytonctrl-alerting.md renamed to docs/v3/guidelines/nodes/maintenance-guidelines/mytonctrl-private-alerting.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# MyTonCtrl Alert Bot
1+
# MyTonCtrl Private Alerting Bot
22

33
## Overview
44

5-
MyTonCtrl Alert Bot is a tool that allows you to receive notifications about the status of your node via Telegram Bot.
6-
It is a part of the MyTonCtrl toolset and is available for both validators and liteservers.
5+
MyTonCtrl Private Alerting Bot is a tool that allows you to receive notifications about the status of your node via Telegram Bot.
6+
It is a part of the MyTonCtrl toolset and is available for both validators and liteservers. It requires to create a separate private bot in Telegram and set it up in MyTonCtrl. One bot can be used to monitor multiple nodes.
77

88
## Setup
99

@@ -56,6 +56,11 @@ The MyTonCtrl Alert Bot supports the following alerts:
5656
* Node is not answering to ADNL connection
5757
* Validator created zero blocks for past 6 hours
5858
* Validator has been slashed in the previous validation round
59+
* Validator's stake has not been accepted
60+
* Validator's stake has been accepted (info alert with no sound)
61+
* Validator's stake has not been returned
62+
* Validator's stake has been returned (info alert with no sound)
63+
* There is an active network proposal that has many votes but is not voted by the validator
5964
6065
## En(dis)bling Alerts
6166

sidebars/documentation.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ module.exports = [
199199
label: 'MyTonCtrl',
200200
items: [
201201
'v3/documentation/infra/nodes/mytonctrl/mytonctrl-overview',
202-
'v3/documentation/infra/nodes/mytonctrl/mytonctrl-alerting',
203202
'v3/documentation/infra/nodes/mytonctrl/mytonctrl-status',
204203
'v3/documentation/infra/nodes/mytonctrl/mytonctrl-errors',
205204
],

sidebars/guidelines.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ module.exports = [
231231
items: [
232232
'v3/guidelines/nodes/maintenance-guidelines/mytonctrl-backup-restore',
233233
'v3/guidelines/nodes/maintenance-guidelines/mytonctrl-validator-standby',
234+
'v3/guidelines/nodes/maintenance-guidelines/mytonctrl-private-alerting',
234235
'v3/guidelines/nodes/maintenance-guidelines/mytonctrl-prometheus',
235236
'v3/guidelines/nodes/maintenance-guidelines/mytonctrl-remote-controller'
236237
],

0 commit comments

Comments
 (0)