565a923745
builds HTML files with graphs to display network utilization. Charts are built by individual IP. It color codes HTTP, TCP, UDP, ICMP, VPN, and P2P traffic. Unlike MRTG, it tracks each individual IP address, not the status of any particular link. PR: 58830 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
9 lines
406 B
Text
9 lines
406 B
Text
@comment $FreeBSD$
|
|
bandwidthd/etc/bandwidthd.conf-dist
|
|
bandwidthd/bandwidthd
|
|
bandwidthd/htdocs/legend.gif
|
|
bandwidthd/htdocs/logo.gif
|
|
etc/rc.d/bandwidthd.sh.sample
|
|
@unexec rmdir %D/bandwidthd/etc 2> /dev/null || true
|
|
@unexec rmdir %D/bandwidthd/htdocs 2> /dev/null || true
|
|
@unexec rmdir %D/bandwidthd 2> /dev/null || echo "If you do not plan on reinstalling bandwidthd, you can safely remove %D/bandwidthd"
|