This commit is contained in:
Emmanuel Garette 2020-08-07 11:06:58 +02:00
parent 0c0b9f5d83
commit 69b53f235a
1 changed files with 12 additions and 0 deletions

View File

@ -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