aboutsummaryrefslogtreecommitdiff
path: root/modules/bgp
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2025-08-01 00:47:20 +0200
committerMax Audron <audron@cocaine.farm>2025-08-01 00:47:20 +0200
commit4e6b076f1e629670229e6e3c53e43f818f4f2d62 (patch)
treef960e0cf45d2f00d5128d10db8ef73164eb11dbd /modules/bgp
parentupdate garage to 2.0 (diff)
more monitoring & scrape config shortcuts
Diffstat (limited to 'modules/bgp')
-rw-r--r--modules/bgp/default.nix6
1 files changed, 6 insertions, 0 deletions
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" ];
+ };
}