-
Notifications
You must be signed in to change notification settings - Fork 183
Description
Hi everyone,
We have installed MyTonCtrl using docker commands to run validator in Mainnet. Instead of using the random port that is assigned while installing MyTonCtrl, we have set one static port by updating it in /var/ton-work/db/config.json by adding the following command in ton-docker-ctrl/scripts/entrypoint.sh:
jq '.addrs[0].port = <port_num>' /var/ton-work/db/config.json > /tmp/config.json && sudo mv /tmp/config.json /var/ton-work/db/config.json
We have setup private alert bot to get alerts if something fails by following the instructions provided in https://docs.ton.org/v3/guidelines/nodes/maintenance-guidelines/mytonctrl-private-alerting. We keep receiving an alert from this bot once in a while:
"MyTonCtrl Alert adnl_connection_failed"
But when checked in MyTonCtrl for the status, the connection seems fine and couldn't find anything in logs either.
These are the time stamps when we got these alerts:
24.02.2025 00:35:54 UTC
21.02.2025 16:02:11 UTC
18.02.2025 14:57:23 UTC
17.02.2025 11:13:52 UTC
16.02.2025 13:34:35 UTC
03.03.2025 10:41:33 UTC
Did anyone else face this issue?
Thank you in advance for your help!
