From 0a438f0b7e2418c0adc88572fd89f11f79808248 Mon Sep 17 00:00:00 2001 From: 3D <3d@n3rd3d.com> Date: Sun, 26 Feb 2023 18:29:39 +0100 Subject: [PATCH] add opnsense to prometheus --- remote/docker_prometheus/templates/prometheus.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/remote/docker_prometheus/templates/prometheus.yml b/remote/docker_prometheus/templates/prometheus.yml index 6a34e162..159302a6 100644 --- a/remote/docker_prometheus/templates/prometheus.yml +++ b/remote/docker_prometheus/templates/prometheus.yml @@ -31,6 +31,10 @@ scrape_configs: labels: server: hix + - job_name: 'OPNSense' + static_configs: + - targets: [ 10.111.10.1:9100 ] + - job_name: 'snmp-switch' static_configs: - targets: -- GitLab