lukso-network / network-docker-monitoring

Example of docker compose to monitor your node
0 stars 0 forks source link

LUKSO CLI monitoring · PR Welcome Badge

This repo is provided "as is". It suggests a simple way to monitor a LUKSO node using the LUKSO CLI by using docker compose. Depending on your configuration, you might need to adjust it.

PR welcome 🤗

Requirements

or

Tested on macOS Intel.

Instructions

  1. Install the lukso-cli.
  2. Follow the CLI instructions and start the LUKSO CLI.

NOTE: this setup has only been tested with prysm. NOTE: if you use erigon client, you need to enable metrics with: --erigon-metrics flag:

# Erigon
lukso start --validator --transaction-fee-recipient "0x123..." --erigon-metrics

# Geth
lukso start --validator --transaction-fee-recipient "0x123..." --geth-metrics
  1. Run: docker compose up (you can use -d to run it in the background).
  2. Wait for all services to start.
  3. Go to: http://localhost:3000/ and login with user: admin, password: admin.

💡 Note: if you run the LUKSO CLI on a remote node with no GUI, you might need to use SSH port-forwarding to view the dashboards.

  1. You can find the dashboard from the dashboard menu in the General folder.

You can check on the Prometheus dashboard if the targets are green.

Inspired by

References