diff --git a/content/modules_eole_envole/90-vnstat b/content/modules_eole_envole/90-vnstat new file mode 100755 index 0000000..ad62aec --- /dev/null +++ b/content/modules_eole_envole/90-vnstat @@ -0,0 +1,12 @@ +#!/bin/bash + +if [ "$(CreoleGet activer_vnstat)" = "oui" ]; then + . /usr/lib/eole/diagnose.sh + EchoGras "*** Service de statistique réseau" + TestPid vnStat vnstatd + echo + vnstat +fi + +echo +exit 0