update nixos config; update server-dockers config

This commit is contained in:
2025-07-20 20:07:41 +02:00
parent 112f89502a
commit 722ce15132
7 changed files with 24290 additions and 7 deletions

View File

@@ -0,0 +1,11 @@
global:
scrape_interval: 15s
evaluation_interval: 15s
scrape_configs:
- job_name: 'prometheus'
static_configs:
- targets: ['localhost:9090']
- job_name: 'node-exporter'
static_configs:
- targets: ['node-exporter:9100']