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.
...
@@ -26,26 +29,26 @@ Sui Sonar consists of 2 main features: alerts and commands.
...
@@ -26,26 +29,26 @@ Sui Sonar consists of 2 main features: alerts and commands.
- metadata
- metadata
- stake
- stake
- tally score
- tally score
-**Node status**:
-**Node status**:
- changes in sync status
- changes in sync status
- peer connectivity
- peer connectivity
- version
- version
-**Epochs**:
-**Epochs**:
- epoch changes
- epoch changes
- gas submission
- gas submission
- stake changes
- stake changes
- reported validators
- reported validators
-**Network**:
-**Network**:
- version changes
- version changes
- changes in TPS
- changes in TPS
- network stops
- network stops
-**Sui Token**:
-**Sui Token**:
- sudden price changes
- sudden price changes
- 20% price changes between epochs
- 20% price changes between epochs
-**Performance**:
-**Performance**:
- certificates creation
- certificates creation
- consensus latency
- consensus latency
- execution latency
- execution latency
-> Check all alerts in [Available Alerts](Available-Alerts)
-> Check all alerts in [Available Alerts](Available-Alerts)
...
@@ -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