Skip to content
Update docs slack integration mentions authored by Feida | BS's avatar Feida | BS
......@@ -5,17 +5,20 @@
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 SUI SONAR DISCORD](https://discord.gg/QUhNjhdaUa)
## Features
- 📡﹒**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
- **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.
......@@ -26,26 +29,26 @@ Sui Sonar consists of 2 main features: alerts and commands.
- metadata
- stake
- tally score
- **Node status**:
- **Node status**:
- changes in sync status
- peer connectivity
- version
- **Epochs**:
- **Epochs**:
- epoch changes
- gas submission
- stake changes
- reported validators
- **Network**:
- version changes
- **Network**:
- version changes
- changes in TPS
- network stops
- **Sui Token**:
- **Sui Token**:
- sudden price changes
- 20% price changes between epochs
- **Performance**:
- certificates creation
- 20% price changes between epochs
- **Performance**:
- certificates creation
- consensus latency
- execution latency
- execution latency
-> Check all alerts in [Available Alerts](Available-Alerts)
......@@ -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.
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
```
\ No newline at end of file
```