From 0b59db1230a53f3afada433d6670ed6db58911cc Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Sat, 4 Feb 2023 02:48:05 +0000 Subject: [PATCH] prometheus --- prom/prometheus.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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"]