Upload files to "/"

This commit is contained in:
2026-06-02 08:42:27 +00:00
parent ac5d6f0f3b
commit c5b7f295f1

15
prometheus.yml Normal file
View File

@@ -0,0 +1,15 @@
global:
scrape_interval: 15s
scrape_configs:
- job_name: "node"
static_configs:
- targets: ["node-exporter:9100"]
alerting:
alertmanagers:
- static_configs:
- targets: ["alertmanager:9093"]
rule_files:
- "/etc/prometheus/alert.rules.yml"