Sui Sonar is a monitoring platform for Sui node operators that provide a variety of comprehensible user and role based alerts and commands to gather Sui blockchain information.
Sui Sonar is a monitoring platform for Sui node operators that provide a variety of comprehensible user and role based alerts and commands to gather Sui blockchain information.
## JOIN DISCORD SERVER
## JOIN DISCORD SERVER
[JOIN SUI SONAR DISCORD](https://discord.gg/QUhNjhdaUa)
[JOIN SUI SONAR DISCORD](https://discord.gg/QUhNjhdaUa)
## Features
## Features
- 📡﹒**Networks**: Sui Sonar is available for Sui `mainnet` and `testnet` networks so you can track your validator in both networks.
- 📡﹒**Networks**: Sui Sonar is available for Sui `mainnet` and `testnet` networks so you can track your validator in both networks.
- 📲﹒**Integrations**: it integrates with several communication channels
- 📲﹒**Integrations**: it integrates with several communication channels (check integration docs on this wiki sidebar)
-**Sonar Discord server**: main communication channel where all alerts and commands are available
-**Sonar Discord server**: main communication channel where all alerts and commands are available
-**Telegram**: Sonar can send messages to your private Telegram bot if you want to
-**Telegram**: Sonar can send messages to your private Telegram bot if you want to
-**Discord external servers**: Sonar can send message to your private Discord server
-**Pager Duty**: Sonar can send messages to your Pager Duty platform
-**Slack**: Sonar can send messages to your private Slack server Apps
-**Discord external servers**: Sonar can send messages to your private Discord server
Sui Sonar consists of 2 main features: alerts and commands.
Sui Sonar consists of 2 main features: alerts and commands.
...
@@ -113,6 +116,7 @@ To unregister your node just execute.
...
@@ -113,6 +116,7 @@ To unregister your node just execute.
For registering your node it's required that the /metrics endpoint is accessible by Sui Sonar server, so you need to whitelist the following IP 193.34.212.90 in your firewall rules.
For registering your node it's required that the /metrics endpoint is accessible by Sui Sonar server, so you need to whitelist the following IP 193.34.212.90 in your firewall rules.
Here is an example on how to do so with ufw:
Here is an example on how to do so with ufw:
```
```
sudo ufw allow from 193.34.212.90 proto tcp to any port 9184
sudo ufw allow from 193.34.212.90 proto tcp to any port 9184