فهرست منبع

Merge pull request #710 from mtelka/check_jabber

check_jabber.t: update the unresponsive reply
dylan-at-nagios 1 سال پیش
والد
کامیت
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.+/';