From 6d196d3e3a7fc34304394b113d6c54e7724e188b Mon Sep 17 00:00:00 2001 From: Zornicaster <82757431+Zornicaster@users.noreply.github.com> Date: Fri, 22 Nov 2024 16:16:13 +0200 Subject: [PATCH] Improvement (#121) --- README.md | 7 +++++++ advanced-availability-check/README.md | 2 +- advanced-availability-check/catalog.json | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9088431..12f018e 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Table of Contents * [Scripting](#scripting) * [Automation Pilot](#automation-pilot) * [Utility Commands](#utility-commands) + * [Availability Check](#availability-check) * [Resources](#resources) * [Known Issues](#known-issues) * [How to obtain support](#how-to-obtain-support) @@ -127,6 +128,12 @@ After importing, you'll see a new catalog tile - **Automation Pilot Examples**. | [Trigger and Collect Outputs Batching](trigger-and-collect-outputs-batching) | Trigger Multiple Executions in Batches and Collect their Outputs | | [Pretty Print XML](pretty-print-xml) | Pretty Print XML Data | +### Availability Check + +| Example | Description | +|---------|-------------| +| [Advanced Availability Check](advanced-availability-check) | Enables comprehensive monitoring, tracking of Service Level Agreements (SLAs) and data visualization within the Dynatrace platform. | + ## Resources Check out the following resources if you want to get familiar with Automation Pilot: diff --git a/advanced-availability-check/README.md b/advanced-availability-check/README.md index 3a67377..e0b1856 100644 --- a/advanced-availability-check/README.md +++ b/advanced-availability-check/README.md @@ -7,7 +7,7 @@ Table of Contents ## Description -**Advanced Availability Check** is designed to assess the availability of a given service and subsequently report the results to Dynatrace. This enables comprehensive monitoring, tracking of Service Level Agreements (SLAs), and data visualization within the Dynatrace platform. +**Advanced Availability Check** is designed to assess the availability of a given service and subsequently report the results to Dynatrace. This enables comprehensive monitoring, tracking of Service Level Agreements (SLAs) and data visualization within the Dynatrace platform. For demonstration and testing purposes, this example utilizes the HTTP Bin service. It is a simple HTTP request and response service, which allows for easy testing and exploration of HTTP requests and responses. However, this example can be readily adapted to fit specific customer requirements and use cases with different services. diff --git a/advanced-availability-check/catalog.json b/advanced-availability-check/catalog.json index 69df6aa..a3b4d02 100644 --- a/advanced-availability-check/catalog.json +++ b/advanced-availability-check/catalog.json @@ -91,7 +91,7 @@ "listeners": [ { "status": "FAILED", - "execute": "dynatrace-<<>>:PushDynatraceMetric:1", + "execute": "dynatrace-sapcp:PushDynatraceMetric:1", "input": { "apiToken": "$(.execution.input.dynatraceApiToken)", "dataPoints": "$(.execution.inut.dynatraceDataPoints)", @@ -101,7 +101,7 @@ }, { "status": "FINISHED", - "execute": "dynatrace-<<>>:PushDynatraceMetric:1", + "execute": "dynatrace-sapcp:PushDynatraceMetric:1", "input": { "apiToken": "$(.execution.input.dynatraceApiToken)", "dataPoints": "$(.execution.inut.dynatraceDataPoints)",