From d838e8fa85b4be166e1a3d71f6ff996ebaa37f20 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Mon, 8 Dec 2003 20:51:57 +0000 Subject: 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 --- net/ifgraph/files/patch-ifgraph.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 net/ifgraph/files/patch-ifgraph.conf (limited to 'net/ifgraph/files/patch-ifgraph.conf') diff --git a/net/ifgraph/files/patch-ifgraph.conf b/net/ifgraph/files/patch-ifgraph.conf new file mode 100644 index 000000000000..9dc20049c6b6 --- /dev/null +++ b/net/ifgraph/files/patch-ifgraph.conf @@ -0,0 +1,17 @@ +--- ifgraph.conf.orig Fri Sep 19 19:06:49 2003 ++++ ifgraph.conf Fri Sep 19 19:08:52 2003 +@@ -19,10 +19,10 @@ + # will not work as expected. + + [global] +-rrdtool = /usr/local/bin/rrdtool +-rrddir = /home/someuser/rrdfiles +-graphdir= /home/someuser/public_html/ifgraph-0.4.9 +-template=/home/someuser/ifgraph-0.4.9/templates/en ++rrdtool = %%PREFIX%%/bin/rrdtool ++rrddir = %%PREFIX%%/var/ifgraph ++graphdir = %%PREFIX%%/ifgraph/htdocs ++template = %%PREFIX%%/ifgraph/templates/en + imgformat=PNG + # those are the default configurations, should be + # overriden in each target -- cgit v1.2.3