Grafana crypto dashboard

Comment

Author: Admin | 2025-04-28

Grafana at http://XXX.XXX.XXX.XXX:3000/, replacing XXX.XXX.XXX.XXX with the IP address of your server. If you do not know the IP address, run ifconfig.Default username admin. Default password admin. Grafana will ask you to set a new password.Optional Service AliasOptionally edit the grafana-server.service file to add "grafana" as an alias to "grafana-server". I generally forget that the default name for this service is grafana-server.sudo nano /lib/systemd/system/grafana-server.serviceAt the end of this file, in the [Install] section, add the following line:Setup Prometheus Data SourceOn the left-hand menu, hover over the gear menu and click on Data Sources.Then click on the Add Data Source button.Hover over the Prometheus card on screen, then click on the Select button.Enter http://127.0.0.1:9090/ into the URL field, then click Save & Test.Install Grafana DashboardHover over the plus symbol icon in the left-hand menu, then click on Import.Copy and paste the dashboard at https://raw.githubusercontent.com/metanull-operator/eth2-grafana/master/eth2-grafana-dashboard-single-source-beacon_node.json into the "Import via panel json" text box on the screen.Then click the Load button.Then click the Import button.Note: At this point in the process, any widgets showing details from the validator will show "N/A", because the validator still has no keys configured. As soon as keys are configured for the validator, the validator details should begin to show up.Final Grafana Dashboard ConfigurationA few of the queries driving the Grafana dashboard may need different settings, depending on your hardware.Network Traffic ConfigurationTo ensure that network traffic is correctly reflected on your Grafana dashboard, update the network interface in the Network Traffic widget. Run the following command to find your Linux network device.Output of the command should look like the following: mtu 1500 inet 192.168.1.10 netmask 255.255.255.0 broadcast 192.168.1.255 inet6 fe80::1e69:7aff:fe63:14b0 prefixlen 64 scopeid 0x20 ether 1c:69:7a:63:14:b0 txqueuelen 1000 (Ethernet) RX packets 238936 bytes 78487335 (78.4 MB) RX errors 0 dropped 1819 overruns 0 frame 0 TX packets 257824

Add Comment