summaryrefslogtreecommitdiffstats
path: root/contrib/check_email_loop.pl
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/check_email_loop.pl')
-rw-r--r--contrib/check_email_loop.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/check_email_loop.pl b/contrib/check_email_loop.pl
index bcaf13b..fb418ee 100644
--- a/contrib/check_email_loop.pl
+++ b/contrib/check_email_loop.pl
@@ -41,10 +41,10 @@ use Getopt::Long;
41# ---------------------------------------- 41# ----------------------------------------
42 42
43my $TIMEOUT = 120; 43my $TIMEOUT = 120;
44my %ERRORS = ('UNKNOWN' , '-1', 44my %ERRORS = ('OK' , '0',
45 'OK' , '0',
46 'WARNING', '1', 45 'WARNING', '1',
47 'CRITICAL', '2'); 46 'CRITICAL', '2');
47 'UNKNOWN' , '3');
48 48
49my $state = "UNKNOWN"; 49my $state = "UNKNOWN";
50my ($sender,$receiver, $pophost, $popuser, $poppasswd, $smtphost,$keeporphaned); 50my ($sender,$receiver, $pophost, $popuser, $poppasswd, $smtphost,$keeporphaned);