remove dep to utils.pm

This commit is contained in:
2023-06-23 12:12:54 +02:00
parent c49bbdd106
commit c249367f38
2 changed files with 4 additions and 6 deletions

View File

@@ -19,9 +19,8 @@ use Getopt::Long;
# Nagios specific
use lib "/usr/lib64/nagios/plugins";
use utils qw(%ERRORS $TIMEOUT);
#my $TIMEOUT = 15;
#my %ERRORS=('OK'=>0,'WARNING'=>1,'CRITICAL'=>2,'UNKNOWN'=>3,'DEPENDENT'=>4);
my $TIMEOUT = 15;
my %ERRORS=('OK'=>0,'WARNING'=>1,'CRITICAL'=>2,'UNKNOWN'=>3,'DEPENDENT'=>4);
# SNMP Datas