blob: f9c22589cd395d51ddd5300a0d3dc909f06c6472 (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
echo '==> Testing the kernel ...'
/usr/bin/vnstat --testkernel
echo '==> Every interface you want to monitor has to be introduced to vnStat!'
echo '==> eg. vnstat -u -i eth0'
echo '==> An example of a crontab to update vnStats database every 5 minutes'
echo '==> has been put in /etc/cron.d/vnstat'
/bin/true
}
|