freebsd-ports/net-mgmt/ifgraph/files/crontab.in
Kirill Ponomarev d838e8fa85 Add ifgraph 0.4.9,
ifGraph is a set of Perl scripts created to help network
administrators to visualize network flow on a daily, weekly,
monthly, and yearly basis.  The graphics are created with
RRDTool, and it shows bytes (in/out) and errors for each
interface. It also shows the current/average/max use and the
respective link/interface usage in percentages. The program
also outputs HTML files to make the visualization of the
PNG/GIF/GD images more friendly and easy.

PR:		57421
Submitted by:	Lars Thegler <lars@thegler.dk>
2003-12-08 20:51:57 +00:00

4 lines
193 B
Plaintext

# crontab file for ifGraph
#*/5 * * * * %%PREFIX%%/bin/ifgraph.pl -c %%PREFIX%%/etc/ifgraph.conf > /dev/null
#*/5 * * * * %%PREFIX%%/bin/makegraph.pl -c %%PREFIX%%/etc/ifgraph.conf > /dev/null