diff --git a/HowtoMunin.md b/HowtoMunin.md index 85481436..0a806210 100644 --- a/HowtoMunin.md +++ b/HowtoMunin.md @@ -494,11 +494,17 @@ GET http://nomduserveur.evolix.net:8080/server-status-XXXXX?auto $ munindoc ~~~ -### Il manque /home dans le plugin diskstats +### Il manque /home dans le plugin df + +Attention, le plugin df est différent du plugin diskstats. ~~~{bash} $ vim /lib/systemd/system/munin-node.service - ProtectHome=true + ProtectHome=false $ systemctl deamon-reload +$ systemctl restart munin +$ systemctl restart munin-node ~~~ + +Puis attendre la prochaine exécution du cron ou la lancer soi-même `sudo -u munin /usr/bin/munin-cron`.