Redbelly Node Monitor
Enter the address (IP or domain) of your Redbelly node to check its status
Monitoring Configuration
As a node operator, you can use this tool to check the status of your system. The configuration below enables basic monitoring through HTTP server.
1. Configuration
To activate monitoring, edit the Redbelly service definition file using nano or vi, for example:
nano /etc/systemd/system/redbelly.service
Add the following options to the Redbelly service command line before --mainnet:
--statusserver.addr=0.0.0.0
--statusserver.port=6539
--prometheus.addr=127.0.0.1
2. Apply Changes
To apply the changes, run the following commands:
sudo systemctl stop redbelly.service
sudo systemctl daemon-reload
sudo systemctl start redbelly.service
3. Info
This website uses a solution based on the 'Monitoring with a Script' guide available on the official Redbelly Developer Tools (VINE).
For more information and detailed documentation, visit: https://vine.redbelly.network/nds-node-verifying