Skip to main content

11.8 Reset Monitoring

Monitoring services collect and display important performance, health, and status metrics of your node. While these services are designed to start automatically with the system, issues like stalled exporters, configuration changes, or failed updates can require a manual restart. Resetting ensures metrics are refreshed, dashboards are populated correctly, and alerts are based on accurate data.

info

The following steps are performed on your 📟 node server.

note

Monitoring tools can be restarted while the node is running.

# Restart System & Hardware Metrics
sudo systemctl restart node_exporter

# Restart LYX Price Metrics
sudo systemctl restart json_exporter

# Restart Ping Metrics
sudo systemctl restart blackbox_exporter

# Restart Node Client Metrics
sudo systemctl restart prometheus

# Restart Grafana Dashboard
sudo systemctl restart grafana-server
info

Check the monitoring service's status and uptimes.

sudo systemctl status node_exporter
tip

Further details can be found within the Monitoring Tools page in the 🧠 Theory section or the Monitoring Setup.