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 🤗
- For local setup with GUI: Docker Desktop
or
- For remote/server/no GUI setups: docker compose (tutorial for Ubuntu 22.04)
Tested on macOS Intel.
- Install the
lukso-cli. - 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- Run:
docker compose up(you can use-dto run it in the background). - Wait for all services to start.
- 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.
- 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.