Add full server configuration backup

This commit is contained in:
admin
2026-05-04 00:09:26 +08:00
parent 66d24c32b4
commit ea19c7d80d
11 changed files with 1893 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"]