Initial server config backup

This commit is contained in:
admin
2026-05-04 00:02:08 +08:00
commit 66d24c32b4
2 changed files with 42 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
global:
scrape_interval: 15s
scrape_configs:
- job_name: "node-exporter"
static_configs:
- targets: ["127.0.0.1:9100"]
- job_name: "prometheus"
static_configs:
- targets: ["127.0.0.1:9090"]