munin: ajout dépendances sur 'sensors'
This commit is contained in:
@@ -21,7 +21,10 @@ mkIf true {
|
|||||||
services.munin-node = {
|
services.munin-node = {
|
||||||
enable = true;
|
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
|
## Munin server -- generate /var/www/munin
|
||||||
services.munin-cron = {
|
services.munin-cron = {
|
||||||
|
|||||||
Reference in New Issue
Block a user