Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Dec 26, 2024
1 parent 1cd1a11 commit 2c260a1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 26 deletions.
24 changes: 12 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 5 additions & 14 deletions patches/prometheus-exporter-errors.patch
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

0 comments on commit 2c260a1

Please sign in to comment.