Code

remove call_getopt
[nagiosplug.git] / plugins-scripts / check_breeze.pl
index bd73f42a554937fef4c3854f79c6c27a74df8d6d..68cdbe8cb99bc18af7d18f25051ee3c1b7165f42 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 lib utils.pm ;
 use utils qw(%ERRORS &print_revision &support &usage);
 
+$PROGNAME = "check_breeze";
+
 sub print_help ();
 sub print_usage ();