Homelab - Grafana Dashboards and Prometheus scrap config

preview_player
Показать описание
Setting up connection to Prometheus Database, adding grafana dashboards by id and json file.

=================
octoprint dashboard:
=================
=================
=================
global:
scrape_interval: 10s

scrape_configs:
- job_name: 'prometheus'
scrape_interval: 5s
static_configs:
- targets: ['localhost:9090']
- job_name: 'octoprint'
scrape_interval: 5s
metrics_path: '/plugin/prometheus_exporter/metrics'
params:
apikey: ['C1A3B712633442A69F5275CB1433D58F']
static_configs:
- targets: ['192.168.1.106:80']
- job_name: 'node_exporter'
scrape_interval: 5s
static_configs:
- targets: ['10.14.1.5:9100','192.168.1.80:9100']
Рекомендации по теме