Skip to main content

Bor EthStat

Steps to Set Up Monitoring For Bor Nodes on Shibarium and Puppynet

Follow these steps to set up an EthStat serve for monitoring your Bor nodes on Shibarium and Puppynet.

1. Edit the Bor Configuration File

For Shibarium:

  • Open the Bor configuration file:

    vi /var/lib/bor/config.toml
  • Add the following line for telemetry:

    ethstats = "<node>:[email protected]"
    • URL: https://shibarium-bor-ethstat.shib.io/
    • Secret: shibarium

For Puppynet:

  • Open the Bor configuration file:

    vi /var/lib/bor/config.toml
  • Add the following line for telemetry:

    ethstats = "<node>:[email protected]"
    • URL: https://puppynet-bor-ethstat.shib.io/
    • Secret: testnet
warning

Double-check the ethstats entry to ensure accuracy.

2. Restart and Enable Bor Service

To apply changes, restart the Bor service:

sudo systemctl restart bor.service

3. Verify Your Node on the Monitoring Page

Check if your node is visible on the telemetry pages:

That's it! Your Bor node should now appear on the ethstat monitoring server.