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-find-if.pl | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 net/ifgraph/files/patch-find-if.pl (limited to 'net/ifgraph/files/patch-find-if.pl') diff --git a/net/ifgraph/files/patch-find-if.pl b/net/ifgraph/files/patch-find-if.pl new file mode 100644 index 000000000000..c547871067eb --- /dev/null +++ b/net/ifgraph/files/patch-find-if.pl @@ -0,0 +1,22 @@ +--- find-if.pl.orig Sat Sep 20 14:35:38 2003 ++++ find-if.pl Sat Sep 20 14:36:07 2003 +@@ -19,10 +19,6 @@ + #Sugestoes e criticas (sem flames!!) mailto:sartori@ifgraph.org + #Visite: http://www.ifgraph.org + +-# Let's find out where we are +-use FindBin; +-# # Found, now we add it to the @INC +-use lib "$FindBin::Bin/lib"; + # # We are strict + use strict; + # # Get the command line options +@@ -30,7 +26,7 @@ + getopts('adhims'); + + # We just nedd the basic features here +-use Net::SNMP_365; ++use Net::SNMP; + + use vars qw($response $response2 $response3 $response4 $response5 $response6 $response7 $response8 $response9 + $response10 $response11 $response12 $opt_d @ips $ip $mac $opt_a $opt_h $opt_m $opt_i $opt_s $if $desc $stat $ocin -- cgit v1.2.3