icinga2-agent: build without perfdata writers

they seem pretty useless given DB outputs are already disabled.
This commit is contained in:
Alexander Aleksandrovič Klimov
2025-03-27 11:14:23 +01:00
committed by GitHub
parent bef9aaac0a
commit 3b49501eb8
+1
View File
@@ -11271,6 +11271,7 @@ with pkgs;
withMysql = false;
withNotification = false;
withIcingadb = false;
withPerfdata = false;
};
nagiosPlugins = recurseIntoAttrs (callPackages ../servers/monitoring/nagios-plugins { });