Skip to content

CyberObiOne/node-monitoring-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Setup

To run Grafana with Prometheus and node exporter to track your node statictics you need:

  1. Install Grafana on server
  2. Clone repo with easy setup of prometheus and node exporter and execute install.sh
  3. Check that prometheus and node exporter running on your server
systemctl status prometheus
systemctl status node_exporter.service
  1. Login to Grafana IP:3000 with initial password admin/admin and update password with your own.
  2. Add new Prometheus Datasource Prometheus_server_IP:8090, save configuration.
  3. Import grafana dashboard from file You will get similar to this: image
  4. Also you can configure alerts and notifications

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages