initial COM1 gateway system blueprint

This commit is contained in:
harald
2026-03-06 14:37:04 +00:00
commit 48cd0f8d3c
395 changed files with 29966 additions and 0 deletions

10
monitoring/prometheus.yml Normal file
View File

@@ -0,0 +1,10 @@
global:
scrape_interval: 15s
scrape_configs:
- job_name: 'node-exporter'
static_configs:
- targets:
- 'localhost:9100'
- 'ubuntu-16gb-hel1-1:9100'
- 'ubuntu-8gb-nbg1-1:9100'