Configure Radix Node Dashboard on Grafana
Introduction
Pre-Reqs
Build and Configure the Monitoring WebserverPre-Configure the Node Server
sudo ufw allow proto tcp from <WebServer IP> to any port 8099Configure your Monitoring server
- job_name: 'mynode'
scheme: https
basic_auth:
username: "metrics"
password: "<YOUR METRICS PASSWORD>"
tls_config:
insecure_skip_verify: true
static_configs:
- targets:
- <NODE IP 1>
- <NODE IP 2>Import the Radix Node Runner Dashboard JSON
Configure the Dashboard

Last updated