From 8e3acf41f210e64a1b4d7e4111d649030a8b84aa Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Fri, 3 Feb 2023 22:43:47 +0000 Subject: [PATCH] first draft --- prom/prometheus.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 prom/prometheus.yml diff --git a/prom/prometheus.yml b/prom/prometheus.yml new file mode 100644 index 0000000..b7cee6f --- /dev/null +++ b/prom/prometheus.yml @@ -0,0 +1,5 @@ +global: + scrape_interval: 1m + scrape_timeout: 1m +scrape_configs: +- job_name: "host-metrics"