This repository has been archived by the owner on Oct 24, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alexander Zangerl
committed
Oct 25, 2016
1 parent
9885371
commit 788324e
Showing
351 changed files
with
127,026 additions
and
15,961 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
#!/usr/bin/perl | ||
# | ||
## $Id: rrd_tune_interfaces.pl,v 1.4 2012/09/21 04:56:33 keiths Exp $ | ||
# | ||
# Copyright (C) Opmantek Limited (www.opmantek.com) | ||
# | ||
# ALL CODE MODIFICATIONS MUST BE SENT TO [email protected] | ||
|
@@ -29,10 +27,13 @@ | |
# http://support.opmantek.com/users/ | ||
# | ||
# ***************************************************************************** | ||
our $VERSION = "1.2.0"; | ||
our $VERSION = "1.3.0"; | ||
|
||
die("Please Note: as of NMIS 8.6.0 this script's functionality is | ||
automatically included in 'nmis.pl type=update'!\n"); | ||
|
||
use FindBin; | ||
use lib "$FindBin::Bin/../lib"; | ||
use lib "$FindBin::Bin/../../lib"; | ||
use lib "/usr/local/rrdtool/lib/perl"; | ||
|
||
use strict; | ||
|
@@ -48,7 +49,6 @@ | |
|
||
my $t = NMIS::Timing->new(); | ||
|
||
|
||
# Variables for command line munging | ||
my %arg = getArguements(@ARGV); | ||
|
||
|
Oops, something went wrong.