Skip to content
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.

Commit

Permalink
nmis release 8.6.0G
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Zangerl committed Oct 25, 2016
1 parent 9885371 commit 788324e
Show file tree
Hide file tree
Showing 351 changed files with 127,026 additions and 15,961 deletions.
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]
Expand Down Expand Up @@ -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;
Expand All @@ -48,7 +49,6 @@

my $t = NMIS::Timing->new();


# Variables for command line munging
my %arg = getArguements(@ARGV);

Expand Down
Loading

0 comments on commit 788324e

Please sign in to comment.