Unverified Commit 3b49501e authored by Alexander Aleksandrovič Klimov's avatar Alexander Aleksandrovič Klimov Committed by GitHub
Browse files

icinga2-agent: build without perfdata writers

they seem pretty useless given DB outputs are already disabled.
parent bef9aaac
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11271,6 +11271,7 @@ with pkgs;
    withMysql = false;
    withNotification = false;
    withIcingadb = false;
    withPerfdata = false;
  };
  nagiosPlugins = recurseIntoAttrs (callPackages ../servers/monitoring/nagios-plugins { });