diff options
| -rwxr-xr-x | plugins-scripts/check_breeze.pl | 1 | ||||
| -rwxr-xr-x | plugins-scripts/check_disk_smb.pl | 1 | ||||
| -rwxr-xr-x | plugins-scripts/check_file_age.pl | 1 | ||||
| -rwxr-xr-x | plugins-scripts/check_flexlm.pl | 1 | ||||
| -rwxr-xr-x | plugins-scripts/check_ifoperstatus.pl | 1 | ||||
| -rwxr-xr-x | plugins-scripts/check_ifstatus.pl | 1 | ||||
| -rwxr-xr-x | plugins-scripts/check_ircd.pl | 1 | ||||
| -rwxr-xr-x | plugins-scripts/check_mailq.pl | 1 | ||||
| -rwxr-xr-x | plugins-scripts/check_mssql.pl | 1 | ||||
| -rwxr-xr-x | plugins-scripts/check_netdns.pl | 3 | 
10 files changed, 1 insertions, 11 deletions
| diff --git a/plugins-scripts/check_breeze.pl b/plugins-scripts/check_breeze.pl index 1a3aceba..12a60ee6 100755 --- a/plugins-scripts/check_breeze.pl +++ b/plugins-scripts/check_breeze.pl | |||
| @@ -6,7 +6,6 @@ use Getopt::Long; | |||
| 6 | use vars qw($opt_V $opt_h $opt_w $opt_c $opt_H $opt_C $PROGNAME); | 6 | use vars qw($opt_V $opt_h $opt_w $opt_c $opt_H $opt_C $PROGNAME); | 
| 7 | use FindBin; | 7 | use FindBin; | 
| 8 | use lib "$FindBin::Bin"; | 8 | use lib "$FindBin::Bin"; | 
| 9 | use lib '@libexecdir@'; | ||
| 10 | use utils qw(%ERRORS &print_revision &support &usage); | 9 | use utils qw(%ERRORS &print_revision &support &usage); | 
| 11 | 10 | ||
| 12 | $PROGNAME = "check_breeze"; | 11 | $PROGNAME = "check_breeze"; | 
| diff --git a/plugins-scripts/check_disk_smb.pl b/plugins-scripts/check_disk_smb.pl index 4805434f..99948a41 100755 --- a/plugins-scripts/check_disk_smb.pl +++ b/plugins-scripts/check_disk_smb.pl | |||
| @@ -26,7 +26,6 @@ use vars qw($opt_P $opt_V $opt_h $opt_H $opt_s $opt_W $opt_u $opt_p $opt_w $opt_ | |||
| 26 | use vars qw($PROGNAME); | 26 | use vars qw($PROGNAME); | 
| 27 | use FindBin; | 27 | use FindBin; | 
| 28 | use lib "$FindBin::Bin"; | 28 | use lib "$FindBin::Bin"; | 
| 29 | use lib '@libexecdir@'; | ||
| 30 | use utils qw($TIMEOUT %ERRORS &print_revision &support &usage); | 29 | use utils qw($TIMEOUT %ERRORS &print_revision &support &usage); | 
| 31 | 30 | ||
| 32 | sub print_help (); | 31 | sub print_help (); | 
| diff --git a/plugins-scripts/check_file_age.pl b/plugins-scripts/check_file_age.pl index 4415fdf4..15330f71 100755 --- a/plugins-scripts/check_file_age.pl +++ b/plugins-scripts/check_file_age.pl | |||
| @@ -27,7 +27,6 @@ use File::stat; | |||
| 27 | use vars qw($PROGNAME); | 27 | use vars qw($PROGNAME); | 
| 28 | use FindBin; | 28 | use FindBin; | 
| 29 | use lib "$FindBin::Bin"; | 29 | use lib "$FindBin::Bin"; | 
| 30 | use lib '@libexecdir@'; | ||
| 31 | use utils qw (%ERRORS &print_revision &support); | 30 | use utils qw (%ERRORS &print_revision &support); | 
| 32 | 31 | ||
| 33 | sub print_help (); | 32 | sub print_help (); | 
| diff --git a/plugins-scripts/check_flexlm.pl b/plugins-scripts/check_flexlm.pl index 5f3ed598..49d674d4 100755 --- a/plugins-scripts/check_flexlm.pl +++ b/plugins-scripts/check_flexlm.pl | |||
| @@ -37,7 +37,6 @@ use Getopt::Long; | |||
| 37 | use vars qw($opt_V $opt_h $opt_F $opt_t $verbose $PROGNAME); | 37 | use vars qw($opt_V $opt_h $opt_F $opt_t $verbose $PROGNAME); | 
| 38 | use FindBin; | 38 | use FindBin; | 
| 39 | use lib "$FindBin::Bin"; | 39 | use lib "$FindBin::Bin"; | 
| 40 | use lib '@libexecdir@'; | ||
| 41 | use utils qw(%ERRORS &print_revision &support &usage); | 40 | use utils qw(%ERRORS &print_revision &support &usage); | 
| 42 | 41 | ||
| 43 | $PROGNAME="check_flexlm"; | 42 | $PROGNAME="check_flexlm"; | 
| diff --git a/plugins-scripts/check_ifoperstatus.pl b/plugins-scripts/check_ifoperstatus.pl index cf2c7b58..1a7fbba4 100755 --- a/plugins-scripts/check_ifoperstatus.pl +++ b/plugins-scripts/check_ifoperstatus.pl | |||
| @@ -37,7 +37,6 @@ use POSIX; | |||
| 37 | use strict; | 37 | use strict; | 
| 38 | use FindBin; | 38 | use FindBin; | 
| 39 | use lib "$FindBin::Bin"; | 39 | use lib "$FindBin::Bin"; | 
| 40 | use lib '@libexecdir@'; | ||
| 41 | use utils qw($TIMEOUT %ERRORS &print_revision &support); | 40 | use utils qw($TIMEOUT %ERRORS &print_revision &support); | 
| 42 | 41 | ||
| 43 | use Net::SNMP; | 42 | use Net::SNMP; | 
| diff --git a/plugins-scripts/check_ifstatus.pl b/plugins-scripts/check_ifstatus.pl index 6ec71d14..2c76d0c8 100755 --- a/plugins-scripts/check_ifstatus.pl +++ b/plugins-scripts/check_ifstatus.pl | |||
| @@ -35,7 +35,6 @@ use POSIX; | |||
| 35 | use strict; | 35 | use strict; | 
| 36 | use FindBin; | 36 | use FindBin; | 
| 37 | use lib "$FindBin::Bin"; | 37 | use lib "$FindBin::Bin"; | 
| 38 | use lib '@libexecdir@'; | ||
| 39 | use utils qw($TIMEOUT %ERRORS &print_revision &support); | 38 | use utils qw($TIMEOUT %ERRORS &print_revision &support); | 
| 40 | 39 | ||
| 41 | use Net::SNMP; | 40 | use Net::SNMP; | 
| diff --git a/plugins-scripts/check_ircd.pl b/plugins-scripts/check_ircd.pl index 6d40cf5a..afedfb95 100755 --- a/plugins-scripts/check_ircd.pl +++ b/plugins-scripts/check_ircd.pl | |||
| @@ -51,7 +51,6 @@ use vars qw($opt_V $opt_h $opt_t $opt_p $opt_H $opt_w $opt_c $verbose); | |||
| 51 | use vars qw($PROGNAME); | 51 | use vars qw($PROGNAME); | 
| 52 | use FindBin; | 52 | use FindBin; | 
| 53 | use lib "$FindBin::Bin"; | 53 | use lib "$FindBin::Bin"; | 
| 54 | use lib '@libexecdir@'; | ||
| 55 | use utils qw($TIMEOUT %ERRORS &print_revision &support &usage); | 54 | use utils qw($TIMEOUT %ERRORS &print_revision &support &usage); | 
| 56 | 55 | ||
| 57 | # ----------------------------------------------------[ Function Prototypes ]-- | 56 | # ----------------------------------------------------[ Function Prototypes ]-- | 
| diff --git a/plugins-scripts/check_mailq.pl b/plugins-scripts/check_mailq.pl index 417c4bf7..3086e94a 100755 --- a/plugins-scripts/check_mailq.pl +++ b/plugins-scripts/check_mailq.pl | |||
| @@ -33,7 +33,6 @@ use vars qw($opt_V $opt_h $opt_v $verbose $PROGNAME $opt_w $opt_c $opt_t $opt_s | |||
| 33 | %srcdomains %dstdomains); | 33 | %srcdomains %dstdomains); | 
| 34 | use FindBin; | 34 | use FindBin; | 
| 35 | use lib "$FindBin::Bin"; | 35 | use lib "$FindBin::Bin"; | 
| 36 | use lib '@libexecdir@'; | ||
| 37 | use utils qw(%ERRORS &print_revision &support &usage ); | 36 | use utils qw(%ERRORS &print_revision &support &usage ); | 
| 38 | 37 | ||
| 39 | my ($sudo); | 38 | my ($sudo); | 
| diff --git a/plugins-scripts/check_mssql.pl b/plugins-scripts/check_mssql.pl index 1f387884..a436a8ff 100755 --- a/plugins-scripts/check_mssql.pl +++ b/plugins-scripts/check_mssql.pl | |||
| @@ -31,7 +31,6 @@ use DBD::Sybase; | |||
| 31 | use Getopt::Long; | 31 | use Getopt::Long; | 
| 32 | use FindBin; | 32 | use FindBin; | 
| 33 | use lib "$FindBin::Bin"; | 33 | use lib "$FindBin::Bin"; | 
| 34 | use lib '@libexecdir@'; | ||
| 35 | use utils qw($TIMEOUT %ERRORS &print_revision &support); | 34 | use utils qw($TIMEOUT %ERRORS &print_revision &support); | 
| 36 | use strict; | 35 | use strict; | 
| 37 | 36 | ||
| diff --git a/plugins-scripts/check_netdns.pl b/plugins-scripts/check_netdns.pl index 59c81a90..af1456be 100755 --- a/plugins-scripts/check_netdns.pl +++ b/plugins-scripts/check_netdns.pl | |||
| @@ -29,8 +29,7 @@ use Getopt::Long; | |||
| 29 | use Net::DNS; | 29 | use Net::DNS; | 
| 30 | use FindBin; | 30 | use FindBin; | 
| 31 | use lib "$FindBin::Bin"; | 31 | use lib "$FindBin::Bin"; | 
| 32 | use lib '@libexecdir@'; | 32 | use utils; | 
| 33 | use utils ; | ||
| 34 | 33 | ||
| 35 | my $PROGNAME = "check_netdns"; | 34 | my $PROGNAME = "check_netdns"; | 
| 36 | 35 | ||
