diff --git a/prom/prometheus.yml b/prom/prometheus.yml index b7cee6f..22a2631 100644 --- a/prom/prometheus.yml +++ b/prom/prometheus.yml @@ -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"]