From 406aedbfcc1742a877df40f4554308f034543e2f Mon Sep 17 00:00:00 2001 From: Andrew Anguiano Date: Wed, 3 Jan 2024 13:33:02 -0500 Subject: [PATCH] test new release script --- alert-policies/activemq/HeapMemoryUsage.yml | 2 +- dashboards/activemq/activemq.json | 2 +- data-sources/active-directory/config.yml | 2 +- data-sources/amazon-security-lake/config.yml | 1 - data-sources/apache-flink/config.yml | 7 ------- quickstarts/activemq/config.yml | 2 +- 6 files changed, 4 insertions(+), 12 deletions(-) diff --git a/alert-policies/activemq/HeapMemoryUsage.yml b/alert-policies/activemq/HeapMemoryUsage.yml index c29ce00546..7257107f40 100644 --- a/alert-policies/activemq/HeapMemoryUsage.yml +++ b/alert-policies/activemq/HeapMemoryUsage.yml @@ -1,7 +1,7 @@ name: Heap Memory Usage description: |+ - This alert is triggered when the heap memory usage exceeds 100GB for 5 minutes. + This alert is triggered when the heap memory usage exceeds 100GB for 5 minutes. TEST! type: STATIC nrql: diff --git a/dashboards/activemq/activemq.json b/dashboards/activemq/activemq.json index ef90bae191..d015662d29 100644 --- a/dashboards/activemq/activemq.json +++ b/dashboards/activemq/activemq.json @@ -1,6 +1,6 @@ { "name": "ActiveMQ", - "description": null, + "description": "new description", "pages": [ { "name": "Overview", diff --git a/data-sources/active-directory/config.yml b/data-sources/active-directory/config.yml index bc0dd1a526..579750024f 100644 --- a/data-sources/active-directory/config.yml +++ b/data-sources/active-directory/config.yml @@ -5,5 +5,5 @@ description: | install: primary: link: - url: https://docs.newrelic.com/docs/infrastructure/host-integrations/host-integrations-list/active-directory-integration/ + url: https://newrelic.com icon: logo.svg diff --git a/data-sources/amazon-security-lake/config.yml b/data-sources/amazon-security-lake/config.yml index 13e0761683..52fb3938fd 100644 --- a/data-sources/amazon-security-lake/config.yml +++ b/data-sources/amazon-security-lake/config.yml @@ -1,4 +1,3 @@ -id: amazon-security-lake displayName: Amazon Security Lake description: Monitor Amazon Security Lake by sending logs to New Relic install: diff --git a/data-sources/apache-flink/config.yml b/data-sources/apache-flink/config.yml index 897895a11a..fd0a92e1b8 100644 --- a/data-sources/apache-flink/config.yml +++ b/data-sources/apache-flink/config.yml @@ -2,11 +2,4 @@ id: apache-flink displayName: Apache Flink monitoring description: | Our Apache Flink dashboard lets you track your logs, see your instrumentation sources, and track uptime and downtime for all your applications. You can view all your most important data in one place. -install: - primary: - nerdlet: - nerdletId: marketplace.install-data-source - nerdletState: - dataSourceId: apache-flink - requiresAccount: false icon: logo.png diff --git a/quickstarts/activemq/config.yml b/quickstarts/activemq/config.yml index d0ba21dbd9..e2c2372117 100644 --- a/quickstarts/activemq/config.yml +++ b/quickstarts/activemq/config.yml @@ -1,7 +1,7 @@ id: 2a0365a9-f14c-4611-b097-9ad3aee51f1a slug: activemq description: | - ## ActiveMQ Uses + ## ActiveMQ Uses things :) ActiveMQ is an open source message middleware built by Apache on top the Java Messaging Service (JMS). Its primary use is to send messages between different apps. It translates messages from sender to receiver, and connects multiple clients and servers. ActiveMQ supports a high number of transport protocols, including OpenWire, WebSockets, STOMP, REST, and MQTT. Also, it provides Enterprise Features thereby enabling communication from multiple clients or servers. ## Why monitor ActiveMQ?