aboutsummaryrefslogtreecommitdiff
path: root/plugins/t/check_jabber.t
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/t/check_jabber.t')
-rw-r--r--plugins/t/check_jabber.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/t/check_jabber.t b/plugins/t/check_jabber.t
index 07742214..6a3d4ef7 100644
--- a/plugins/t/check_jabber.t
+++ b/plugins/t/check_jabber.t
@@ -34,7 +34,7 @@ my $jabberOK = '/JABBER OK\s-\s\d+\.\d+\ssecond response time on port 5222/';
my $jabberUnresponsive = '/CRITICAL\s-\sSocket timeout after\s\d+\sseconds/';
-my $jabberInvalid = '/check_JABBER: Invalid hostname, address or socket\s-\s.+/';
+my $jabberInvalid = '/JABBER CRITICAL - Invalid hostname, address or socket:\s.+/';
my $r;