From 0b08c7dbd0035405e3730f750f4cd94d7184b068 Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Fri, 27 Jan 2017 19:30:04 +0100 Subject: [PATCH] =?UTF-8?q?munin:=20ajout=20d=C3=A9pendances=20sur=20'sens?= =?UTF-8?q?ors'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/service-monitoring-munin.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/service-monitoring-munin.nix b/public/service-monitoring-munin.nix index 417aaf1..bf10309 100644 --- a/public/service-monitoring-munin.nix +++ b/public/service-monitoring-munin.nix @@ -21,7 +21,10 @@ mkIf true { services.munin-node = { enable = true; }; - systemd.services.munin-node.serviceConfig.TimeoutStartSec = "3min"; + systemd.services.munin-node = { + path = [ pkgs.munin pkgs.lm_sensors ]; + serviceConfig.TimeoutStartSec = "3min"; + }; ## Munin server -- generate /var/www/munin services.munin-cron = {