diagnose
This commit is contained in:
parent
0c0b9f5d83
commit
69b53f235a
|
@ -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
|
Loading…
Reference in New Issue