From 3b49501eb88dbf736e5b3d1505715a5ffa1d3e39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Aleksandrovi=C4=8D=20Klimov?= Date: Thu, 27 Mar 2025 11:14:23 +0100 Subject: [PATCH] icinga2-agent: build without perfdata writers they seem pretty useless given DB outputs are already disabled. --- pkgs/top-level/all-packages.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index fe790da3b7bb..74b6cde6609d 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -11271,6 +11271,7 @@ with pkgs; withMysql = false; withNotification = false; withIcingadb = false; + withPerfdata = false; }; nagiosPlugins = recurseIntoAttrs (callPackages ../servers/monitoring/nagios-plugins { });