From e89500cfbe10b89f9a32310fff1abaf4790b438c Mon Sep 17 00:00:00 2001 From: Patrick Date: Fri, 2 Oct 2020 10:34:26 +0200 Subject: [PATCH 1/3] Fix Regular Expression Documentation --- .../components/views/alerting/topics/editor/HandlerEditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/inspectit-ocelot-configurationserver-ui/src/components/views/alerting/topics/editor/HandlerEditor.js b/components/inspectit-ocelot-configurationserver-ui/src/components/views/alerting/topics/editor/HandlerEditor.js index 52f8d90637..8f9bba6525 100644 --- a/components/inspectit-ocelot-configurationserver-ui/src/components/views/alerting/topics/editor/HandlerEditor.js +++ b/components/inspectit-ocelot-configurationserver-ui/src/components/views/alerting/topics/editor/HandlerEditor.js @@ -30,7 +30,7 @@ const HandlerEditor = ({ content, onContentChanged, readOnly, availableTopics })
{'Options are: level(), changed() and tag matching.'}
- {'Example: (level() >= WARNING) AND ("\\"host\\" == \'s001.example.com\'")'} + {'Example: (level() >= WARNING) AND ("\"host\" == \'s001.example.com\'")'}
{"In this example only events affecting the host 's001.example.com' with severity level WARNING or higher will be sent."} From cc5d589975ee3d586ae85b8f286861fa5064547e Mon Sep 17 00:00:00 2001 From: Patrick Date: Fri, 2 Oct 2020 12:29:24 +0200 Subject: [PATCH 2/3] Fix Regular Expression Documentation --- .../components/views/alerting/topics/editor/HandlerEditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/inspectit-ocelot-configurationserver-ui/src/components/views/alerting/topics/editor/HandlerEditor.js b/components/inspectit-ocelot-configurationserver-ui/src/components/views/alerting/topics/editor/HandlerEditor.js index 8f9bba6525..2513233108 100644 --- a/components/inspectit-ocelot-configurationserver-ui/src/components/views/alerting/topics/editor/HandlerEditor.js +++ b/components/inspectit-ocelot-configurationserver-ui/src/components/views/alerting/topics/editor/HandlerEditor.js @@ -30,7 +30,7 @@ const HandlerEditor = ({ content, onContentChanged, readOnly, availableTopics })
{'Options are: level(), changed() and tag matching.'}
- {'Example: (level() >= WARNING) AND ("\"host\" == \'s001.example.com\'")'} + {'Example: (level() >= WARNING) AND ("\'host\' == \'s001.example.com\'")'}
{"In this example only events affecting the host 's001.example.com' with severity level WARNING or higher will be sent."} From e1a9397f26ae5a7d18d6cceb759346860b8ba942 Mon Sep 17 00:00:00 2001 From: Patrick Date: Fri, 2 Oct 2020 12:35:53 +0200 Subject: [PATCH 3/3] Fix Regular Expression Documentation --- .../components/views/alerting/topics/editor/HandlerEditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/inspectit-ocelot-configurationserver-ui/src/components/views/alerting/topics/editor/HandlerEditor.js b/components/inspectit-ocelot-configurationserver-ui/src/components/views/alerting/topics/editor/HandlerEditor.js index 2513233108..489fd73e5c 100644 --- a/components/inspectit-ocelot-configurationserver-ui/src/components/views/alerting/topics/editor/HandlerEditor.js +++ b/components/inspectit-ocelot-configurationserver-ui/src/components/views/alerting/topics/editor/HandlerEditor.js @@ -30,7 +30,7 @@ const HandlerEditor = ({ content, onContentChanged, readOnly, availableTopics })
{'Options are: level(), changed() and tag matching.'}
- {'Example: (level() >= WARNING) AND ("\'host\' == \'s001.example.com\'")'} + {'Example: (level() >= WARNING) AND ("host" == \'s001.example.com\')'}
{"In this example only events affecting the host 's001.example.com' with severity level WARNING or higher will be sent."}