Pharos Node Monitoring
We recommend deploying Prometheus, Pushgateway, and Grafana to monitor Pharos Node metrics.
Deploy Prometheus and pushgateway
If you have already deployed a Prometheus monitoring and alerting system, you can skip this step:
Create the Prometheus namespace:
Add the
prometheus-community
chart repository:
Deploy Prometheus:
Verify that all pods in the prometheus namespace are in the
READY
state:
Get the Pushgateway Service IP/Domain:
You should see the prometheus-pushgateway
Service. Save the IP address
of the Pushgateway Service.
Modify the metrics push configuration file
Modify /data/pharos-node/domain/light/conf/monitor.conf
with the pamir_cetina_push_address to push metrics to your Pushgateway:
Last updated