-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
17 additions
and
26 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,19 @@ | ||
From 07abb70bedacadcd3c62029a18ed3f76cbe4f4f8 Mon Sep 17 00:00:00 2001 | ||
From: =?UTF-8?q?Maciej=20Kr=C3=BCger?= <[email protected]> | ||
Date: Tue, 2 Jul 2024 13:25:03 +0200 | ||
Subject: [PATCH] prometheus exporter remove errors | ||
|
||
--- | ||
nixos/modules/services/monitoring/prometheus/exporters.nix | 5 ----- | ||
1 file changed, 5 deletions(-) | ||
|
||
diff --git a/nixos/modules/services/monitoring/prometheus/exporters.nix b/nixos/modules/services/monitoring/prometheus/exporters.nix | ||
index dc357f6cc5fb..a472fe9694fa 100644 | ||
index ef92e6469bca..02a49807beba 100644 | ||
--- a/nixos/modules/services/monitoring/prometheus/exporters.nix | ||
+++ b/nixos/modules/services/monitoring/prometheus/exporters.nix | ||
@@ -283,11 +283,6 @@ in | ||
@@ -151,14 +151,6 @@ in | ||
options = (mkSubModules); | ||
imports = [ | ||
../../../misc/assertions.nix | ||
- (lib.mkRenamedOptionModule [ "unifi-poller" ] [ "unpoller" ]) | ||
- (lib.mkRemovedOptionModule [ "minio" ] '' | ||
- The Minio exporter has been removed, as it was broken and unmaintained. | ||
- See the 24.11 release notes for more information. | ||
- '') | ||
- (lib.mkRemovedOptionModule [ "tor" ] '' | ||
- The Tor exporter has been removed, as it was broken and unmaintained. | ||
- '') | ||
]; | ||
}; | ||
description = "Prometheus exporter configuration"; | ||
-- | ||
2.45.1 | ||
|