Explorar o código

Merge pull request #710 from mtelka/check_jabber

check_jabber.t: update the unresponsive reply
dylan-at-nagios %!s(int64=2) %!d(string=hai) anos
pai
achega
480626402a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      plugins/t/check_jabber.t

+ 1 - 1
plugins/t/check_jabber.t

@@ -31,7 +31,7 @@ my $hostname_invalid   = getTestParameter(
 
 my $jabberOK = '/JABBER OK\s-\s\d+\.\d+\ssecond response time on '.$host_tcp_jabber.' port 5222/';
 
-my $jabberUnresponsive = '/CRITICAL\s-\sSocket timeout after\s\d+\sseconds/';
+my $jabberUnresponsive = '/CRITICAL\s-\sSocket timeout/';
 
 my $jabberInvalid = '/JABBER CRITICAL - Invalid hostname, address or socket:\s.+/';