formations/content/modules_eole_envole/90-vnstat

13 lines
209 B
Plaintext
Raw Normal View History

2020-08-07 11:06:58 +02:00
#!/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