prometheus

main
Nick Dumas 2 years ago
parent 320ee07ab7
commit 0b59db1230

@ -3,3 +3,9 @@ global:
scrape_timeout: 1m
scrape_configs:
- job_name: "host-metrics"
static_configs:
- targets: ["ndumas.com:9100"]
- job_name: "drone"
bearer_token: "7d1722be5d1fc370919e872faa2ad245"
static_configs:
- targets: ["drone.ndumas.com"]

Loading…
Cancel
Save