Unverified Commit 41e1c4ff authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

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

parents 2561af24 3b49501e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12426,6 +12426,7 @@ with pkgs;
    withMysql = false;
    withNotification = false;
    withIcingadb = false;
    withPerfdata = false;
  };
  nagiosPlugins = recurseIntoAttrs (callPackages ../servers/monitoring/nagios-plugins { });