Skip to main content

Node Status Monitoring

Health and Status​

T-RIZE has an internal system to monitor the status of all validator nodes. In addition, during setup, our script automatically installs Prometheus for data collection and Grafana for real-time data visualization. This allows each node operator to monitor their own node independently

Accessing the Grafana Dashboard​

To view your node’s metrics, open the Grafana dashboard by visiting:

http://$NODE_IP:3000/

Replace $NODE_IP with the actual public IP address of your node.

On your first login use:

Username: admin

Password: a password was automatically generated during setup, and you can retrieve it from Grafana configuration.

To retrieve the password, run the following command:

grep '^\s*admin_password\s*=' /etc/grafana/grafana.ini | sed 's/.*=\s*//'

After logging into Grafana, you can change the admin password at any time through the Grafana settings by visiting

http://$NODE_IP:3000/profile/password

Viewing Node Metrics​

After logging in:

  1. Navigate to the Dashboard section using the left-hand menu.
  2. You’ll find several dashboards available. The most important one is Machine Metrics, where you can monitor CPU, memory, disk usage, and real-time node health.

This setup ensures each operator can independently track node performance and stay ahead of any operational issues.