diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-23 05:38:47 +0000 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-23 05:38:47 +0000 |
commit | 6fbd14fea5c111a23d9074d25499991cbfa58f79 (patch) | |
tree | 0c1f5a77cacc664eadd47216b70e3257337484db /contrib/check_oracle_instance.pl | |
parent | 56cf151ae91c5081a99365848a3f060dfe14a68c (diff) | |
download | monitoring-plugins-6fbd14fea5c111a23d9074d25499991cbfa58f79.tar.gz |
Removing CVS/SVN tags and replacing with git-based versioning
For contrib/, full tags have been imported from subversion
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2091 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'contrib/check_oracle_instance.pl')
-rw-r--r-- | contrib/check_oracle_instance.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/check_oracle_instance.pl b/contrib/check_oracle_instance.pl index 1175c1ed..3ba8d57a 100644 --- a/contrib/check_oracle_instance.pl +++ b/contrib/check_oracle_instance.pl | |||
@@ -1,5 +1,5 @@ | |||
1 | #!/usr/bin/perl | 1 | #!/usr/bin/perl |
2 | # $Id$ | 2 | # $Id: check_oracle_instance.pl 10 2002-04-03 02:58:47Z sghosh $ |
3 | 3 | ||
4 | # Copyright (c) 2002 Sven Dolderer | 4 | # Copyright (c) 2002 Sven Dolderer |
5 | # some pieces of Code adopted from Adam vonNieda's oracletool.pl | 5 | # some pieces of Code adopted from Adam vonNieda's oracletool.pl |
@@ -23,7 +23,7 @@ require DBD::Oracle || die "It appears that the DBD::Oracle module is not instal | |||
23 | 23 | ||
24 | use vars qw($VERSION $PROGNAME $logfile $debug $state $dbh $database $username $password $message $sql $cursor $opt_asession $opt_nsession $opt_tablespace $opt_nextents $opt_fextents $opt_aextents $privsok $warn $critical); | 24 | use vars qw($VERSION $PROGNAME $logfile $debug $state $dbh $database $username $password $message $sql $cursor $opt_asession $opt_nsession $opt_tablespace $opt_nextents $opt_fextents $opt_aextents $privsok $warn $critical); |
25 | 25 | ||
26 | '$Revision$' =~ /^.*(\d+.\d+) \$$/; # Use The Revision from RCS/CVS | 26 | '$Revision: 10 $' =~ /^.*(\d+.\d+) \$$/; # Use The Revision from RCS/CVS |
27 | $VERSION = $1; | 27 | $VERSION = $1; |
28 | $0 =~ m!^.*/([^/]+)$!; | 28 | $0 =~ m!^.*/([^/]+)$!; |
29 | $PROGNAME = $1; | 29 | $PROGNAME = $1; |