Tools to monitore your validator
Special thanks for important parts @p1xel32
Update dependencies
sudo apt update && sudo apt upgrade -y
sudo apt install nanoSetup Prometheus
1 Create a dedicated user and group for Prometheus on your server
groupadd --system prometheus
useradd -s /sbin/nologin --system -g prometheus prometheus1.2 Download the latest version of Prometheus
1.3 Extract Prometheus
1.4 Change the directory to the extracted directory
1.5 Create some required directories
1.6 Copy the required files
1.7 Create a systemd service file
1.8 Set proper ownership and permission to the Prometheus directory
Setup Grafana Cloud
2 Create account and api keys grafana free service
2.1 Head over to your Grafana Cloud Portal and select Send Metrics on Prometheus. If you scroll above, you should see the section for API Key.


2.2 Change prometheus config change url, password and username in config


2.3 Run prometheus
Setup Node Exporter
3 Download node_exporter
3.2 Extract Node Exporter
3.3 Move the extracted directory to the /etc/prometheus/
3.5 Create a systemd service file
3.6 Run Node exporter
Dashboard setting up

Useful commands:
Last updated