Skip to content

SmellyN3rd/truenas-grafana

 
 

Repository files navigation

truenas-grafana

A simple and clean TrueNAS Core/Scale grafana dashboard based on prometheus

Installation

  1. Set up graphite-exporter with the included mappings

  2. Configure TrueNAS for pushing metrics to the graphite-exporter endpoint


  1. Add a prometheus scrape task
- job_name: truenas
  scrape_interval: 15s
  metrics_path: /metrics
  static_configs:
  - targets:
     - <graphite-exporter ip>:9108
  1. Import the dashboard

Screenshots