Quellcode durchsuchen

Merge pull request #710 from mtelka/check_jabber

check_jabber.t: update the unresponsive reply
dylan-at-nagios vor 1 Jahr
Ursprung
Commit
480626402a
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 $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.+/';
 my $jabberInvalid = '/JABBER CRITICAL - Invalid hostname, address or socket:\s.+/';