X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=plugins-scripts%2Fcheck_breeze.pl;h=68cdbe8cb99bc18af7d18f25051ee3c1b7165f42;hb=938d0d68daecf2a4d45b9e39d191259b63304bd2;hp=bd73f42a554937fef4c3854f79c6c27a74df8d6d;hpb=becc0f34e60500798bd15bf5af6e4b8c52707d0a;p=nagiosplug.git diff --git a/plugins-scripts/check_breeze.pl b/plugins-scripts/check_breeze.pl index bd73f42..68cdbe8 100755 --- a/plugins-scripts/check_breeze.pl +++ b/plugins-scripts/check_breeze.pl @@ -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 ();