瀏覽代碼

Merge pull request #710 from mtelka/check_jabber

check_jabber.t: update the unresponsive reply
dylan-at-nagios 2 年之前
父節點
當前提交
480626402a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.+/';