revolt init + grafana monitoring

This commit is contained in:
2024-07-18 15:15:59 -06:00
parent d3571e2bc7
commit 019b71610e
10 changed files with 488 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
global:
scrape_interval: 15s
external_labels:
monitor: 'Revolt'
scrape_configs:
- job_name: caddy
static_configs:
# docker networking
- targets: ['caddy:2019']
- job_name: 'prometheus'
static_configs:
- targets: ['localhost:9090']
- job_name: 'cadvisor'
static_configs:
- targets: ['cadvisor:8080']
- job_name: 'node-exporter'
static_configs:
- targets: ['node-exporter:9100']