From 4e6b076f1e629670229e6e3c53e43f818f4f2d62 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Fri, 1 Aug 2025 00:47:20 +0200 Subject: more monitoring & scrape config shortcuts --- modules/bgp/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/bgp/default.nix') diff --git a/modules/bgp/default.nix b/modules/bgp/default.nix index 5a726b6..c551ee8 100644 --- a/modules/bgp/default.nix +++ b/modules/bgp/default.nix @@ -86,4 +86,10 @@ ! ''; }; + + services.prometheus.exporters.frr = { + enable = false; + enabledCollectors = [ "BGP" ]; + disabledCollectors = [ "OSPFv4" "BFD" "Route" ]; + }; } -- cgit v1.2.3