nagios-nrpe: fix expected return message of test mail

This commit is contained in:
Victor LABORIE 2017-11-06 18:41:38 +01:00
parent 33f85b565c
commit 42c4a20b1f
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ $smtp->close();
print "$result\n";
if ($result =~/2.7.0 Ok, discarded/) {
if ($result =~/2.5.0 Ok, id=[^,]+, BOUNCE/) {
print "OK - All fine\n";
exit 0;
} else {