diff options
| author | Max Audron <audron@cocaine.farm> | 2025-08-01 00:47:20 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2025-08-01 00:47:20 +0200 |
| commit | 4e6b076f1e629670229e6e3c53e43f818f4f2d62 (patch) | |
| tree | f960e0cf45d2f00d5128d10db8ef73164eb11dbd /modules/bgp | |
| parent | update garage to 2.0 (diff) | |
more monitoring & scrape config shortcuts
Diffstat (limited to 'modules/bgp')
| -rw-r--r-- | modules/bgp/default.nix | 6 |
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" ]; + }; } |
