From 70e81170103f681ebd6f01a9446c757d73d0657b Mon Sep 17 00:00:00 2001 From: rov Date: Sun, 21 Dec 2025 14:11:42 -0300 Subject: [PATCH] Update prometheus.yml --- prometheus.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/prometheus.yml b/prometheus.yml index 80b13b9..1ca54d1 100644 --- a/prometheus.yml +++ b/prometheus.yml @@ -12,4 +12,9 @@ scrape_configs: scheme: 'https' static_configs: - targets: ['git.badger-pirarucu.ts.net'] + metrics_path: '/metrics' + - job_name: 'desktop' + scheme: 'http' + static_configs: + - targets: ['100.69.123.107:9182'] metrics_path: '/metrics' \ No newline at end of file