diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-08 20:51:57 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-08 20:51:57 +0000 |
commit | d838e8fa85b4be166e1a3d71f6ff996ebaa37f20 (patch) | |
tree | a521a039db6385598f70f85f07547c75848cc750 /net/ifgraph/files/crontab.in | |
parent | . Wrap the PORTDOCS setting in .if !defined(NOPORTDOCS) .. .endif. (diff) |
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>
Notes
Notes:
svn path=/head/; revision=95418
Diffstat (limited to 'net/ifgraph/files/crontab.in')
-rw-r--r-- | net/ifgraph/files/crontab.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/ifgraph/files/crontab.in b/net/ifgraph/files/crontab.in new file mode 100644 index 000000000000..6d856dd91303 --- /dev/null +++ b/net/ifgraph/files/crontab.in @@ -0,0 +1,3 @@ +# 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 |