From 258c2c378310523ee605a36fecf328e2679bf52f Mon Sep 17 00:00:00 2001 From: Dominique RIGHETTO Date: Sun, 11 Aug 2024 19:01:39 +0200 Subject: [PATCH] tune RC code --- http/exposed-panels/activemq-panel.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/exposed-panels/activemq-panel.yaml b/http/exposed-panels/activemq-panel.yaml index e3dd44d554..d960481f46 100644 --- a/http/exposed-panels/activemq-panel.yaml +++ b/http/exposed-panels/activemq-panel.yaml @@ -32,7 +32,7 @@ http: matchers: - type: dsl dsl: - - 'status_code == 200 || status_code == 401' + - 'status_code == 200' - 'contains_any(to_lower(body), "apache activemq", "

welcome to the apache activemq!

", "manage activemq broker", "activemq console")' condition: and