openbsd-ports/net/vnstat/pkg
jasper a105e3db29 - install vnstat.cgi
ok pea@ (MAINTAINER)
2013-03-08 10:37:03 +00:00
..
DESCR
PLIST - install vnstat.cgi 2013-03-08 10:37:03 +00:00
README ${SYSCONFDIR}/rc.d -> ${RCDIR} 2012-08-06 08:46:59 +00:00
vnstatd.rc Where a program with an rc script _requires_ a certain command line 2011-12-17 22:01:12 +00:00

$OpenBSD: README,v 1.4 2012/08/06 08:46:59 ajacoutot Exp $

+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------

All the commands must be launched as the user _vnstat.

1) Launch vnstat --iflist to see all the available interfaces.

2) For each interface that you want to monitor, launch this command:
   # vnstat -i interface -u
This will create the database for the specified interface.

3) Edit ${SYSCONFDIR}/vnstat.conf if necessary

4) Finally launch the vnstatd daemon:
   # ${RCDIR}/vnstatd start

5) Create graphics with the command vnstati


Random hints:
    * You can enable debug in ${SYSCONFDIR}/vnstat.conf and check 
      the logs in /var/log/vnstat/vnstat.log