Code

Example ranges (Nathan Vonnahme)
[nagiosplug.git] / plugins-scripts / check_breeze.pl
index bd73f42a554937fef4c3854f79c6c27a74df8d6d..0e9cffb88f60f3061202984f026a3162daef5f33 100755 (executable)
@@ -1,13 +1,14 @@
-#! /usr/bin/perl -wT
+#!/usr/bin/perl -wT
 
 
 use strict;
 use Getopt::Long;
-use vars qw($opt_V $opt_h $opt_H $opt_w $opt_c $PROGNAME);
-use FindBin;
-use lib "$FindBin::Bin" ;
+use vars qw($opt_V $opt_h $opt_w $opt_c $opt_H $opt_C $PROGNAME);
+use lib utils.pm ;
 use utils qw(%ERRORS &print_revision &support &usage);
 
+$PROGNAME = "check_breeze";
+
 sub print_help ();
 sub print_usage ();