From 679342bd7d5d57cc07856672a1a946f3990ec579 Mon Sep 17 00:00:00 2001 From: Seth Schwartzman Date: Wed, 7 Nov 2018 14:59:12 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08f40dc..fba7080 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ If using a proxy, the optional `proxy` object should be added to the `global` ob #### Enabling at plugin startup The plugin can check for and deploy the latest dashboards to your account when it starts up. This requires the `dashboards` object in `plugin.json` to be set up properly: -* `admin_api_key`: [Admin API key, as described here.](https://docs.newrelic.com/docs/apis/rest-api-v2/getting-started/api-keys#admin-api) +* `admin_api_key`: [Admin API key, as described here.](https://docs.newrelic.com/docs/apis/getting-started/intro-apis/understand-new-relic-api-keys#admin-api) * `integration_guid`: Default is `UNIX.Infra.Monitor`. * `dashboard_install`: Default is `command_line`. From 0b9dcc3653e2507b0487cf34bbe7035a512df534 Mon Sep 17 00:00:00 2001 From: Anthony Bloomer Date: Fri, 9 Nov 2018 09:19:29 +0000 Subject: [PATCH 2/3] Fixed broken link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fba7080..23b8b0f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ System-Level Monitoring for AIX, Linux, OSX/MacOS & Solaris/SunOS ## Disclaimer -New Relic has open-sourced this integration to enable monitoring of this technology. This integration is provided AS-IS WITHOUT WARRANTY OR SUPPORT, although you can report issues and contribute to this integration via GitHub. Support for this integration is available with an [Expert Services subscription](newrelic.com/expertservices). +New Relic has open-sourced this integration to enable monitoring of this technology. This integration is provided AS-IS WITHOUT WARRANTY OR SUPPORT, although you can report issues and contribute to this integration via GitHub. Support for this integration is available with an [Expert Services subscription](https://newrelic.com/expertservices). ## Table Of Contents * [Requirements](#requirements) From 9e5b20071ae2aa2c8c23fbb4eeaaa4f475ac96cf Mon Sep 17 00:00:00 2001 From: Brian Peck Date: Mon, 17 Dec 2018 13:10:29 -0500 Subject: [PATCH 3/3] Updated version of infra-publish to resolve unrecognized field errors. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d8d0adc..70dce46 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.newrelic.experts newrelic-unix-monitor - 0.1.3 + 0.1.4 newrelic-unix-monitor @@ -67,7 +67,7 @@ com.newrelic.experts infra_publish - 2.1.7 + 2.2.0 ch.qos.logback