Add Prometheus monitoring

This commit is contained in:
2025-10-14 14:15:38 +03:00
parent 56da754a96
commit de71cbad4f
3 changed files with 23 additions and 0 deletions

BIN
config/.prometheus.yml.swp Normal file

Binary file not shown.

13
config/prometheus.yml Normal file
View File

@@ -0,0 +1,13 @@
global:
scrape_interval: 2s
evaluation_interval: 2s
scrape_timeout: 1s
scrape_configs:
- job_name: nixie
static_configs:
- targets:
- 192.168.88.16
- 192.168.88.17
- 192.168.88.18
- 192.168.88.20