Skip to content

casper-network/casper-monitoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Casper-Monitoring

Example utilizing Prometheus and Grafana to monitor the casper-node.
NOTE: This is just an example and is not recommeneded for production useage.

Dependencies

Requires:

Setup

This will add the supplied IP Address and port as a target to prometheus.
ie. ./setup_casper_monitoring.sh <node_ip> <node_status_port>

Run

Start Containers

docker-compose up -d

Teardown Containers

docker-compose down

View

Note: Assumes you are browsing from the box running the containers. Otherwise update
localhost to an IP Address.

  • Grafana: http://localhost:3000
    • Default Username and Password: admin, admin
  • Prometheus: http://localhost:9090

Docs

Notes

  • There is an example of utilizing node-exporter for scraping host level metrics.
    This requires node-exporter be setup on the target host. By default it is setup on
    port 9100. The grafana dashboard will report No data for some panels if not used.
    See: https://github.com/prometheus/node_exporter for more details.

  • To view all metrics associated with a job, browse to http://localhost:9090/graph and search
    for the job in question.

    • i.e: {job="node"}
    • i.e: {job="node-exporter"}
  • Dashboard can be updated by modifying ./monitoring/grafana/dashboards/casper-dashboard.json
    and restarting the containers.

About

Examples of how to monitor a node.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages