icinga2-agent: build without perfdata writers (#393674)

This commit is contained in:
Peder Bergebakken Sundt
2025-04-08 00:08:06 +02:00
committed by GitHub
+1
View File
@@ -12426,6 +12426,7 @@ with pkgs;
withMysql = false;
withNotification = false;
withIcingadb = false;
withPerfdata = false;
};
nagiosPlugins = recurseIntoAttrs (callPackages ../servers/monitoring/nagios-plugins { });