Nimbus Dashboard Compatibility

How to keep other Nimbus dashboards running with the Stake Local Dashboard

Nimbus Dashboard Compatibility

Status IM Beacon Nodes Grafana Dashboard

Dashboard: https://raw.githubusercontent.com/status-im/nimbus-eth2/stable/grafana/beacon_nodes_Grafana_dashboard.json

This Nimbus dashboard should work seamlessly with the Stake Local configuration if your prior Nimbus job_name was nimbus. nimbus is the default job_name for the someresat guide.

If your prior Nimbus job_name was anything else, this dashboard will continue to work, but historical data may show as a different data series under a separate color/legend. To avoid this problem, you may update the Nimbus job_name in the new prometheus.yml file to match your prior job_name value. nodes is the default job_name for the Coin Cashew guide.

Optional

Edit the /etc/prometheus/prometheus.yml file.

sudo vi /etc/prometheus/prometheus.yml

Find the line containing - job_name: teku.

Change that line to - job_name: <PREVIOUS TEKU job_name>.

Replace <PREVIOUS TEKU JOB NAME> with the job_name value for Teku in your previous prometheus.yml file. If you used the Coin Cashew or someresat guides to setting up this dashboard, this value may be nodes.

Save the file and exit the editor.

Last updated