From 4a6006735fac0cef98b310e2f7f8efcd3cd247a6 Mon Sep 17 00:00:00 2001 From: James Silvia Date: Mon, 3 Aug 2026 12:31:06 -0400 Subject: [PATCH 1/4] monitoring agent plugin 5.0.2 release note --- docs/plugin_monitoring_agent.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/plugin_monitoring_agent.md b/docs/plugin_monitoring_agent.md index 4e970640ee0..12f0e0240f4 100644 --- a/docs/plugin_monitoring_agent.md +++ b/docs/plugin_monitoring_agent.md @@ -842,6 +842,14 @@ For syslog output, not specifying the `default_sdid` parameter can result in emp ## Monitoring Agent Plugin Release Notes +### Release 5.0.2 + +**Release Date:** Aug 4, 2026 + +#### Issues Fixed + +- **PLUGIN-3401** Add state data retrieval with summary and detailed information + ### Release 5.0.1 **Release Date:** Feb 11, 2026 From f379a80bab75145c9c26f501f75fb6a375a5b3e2 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 5 Aug 2026 09:35:14 -0400 Subject: [PATCH 2/4] fix changed link --- docs/config_wan_assurance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config_wan_assurance.md b/docs/config_wan_assurance.md index cd9a9caed1a..0c8c58117ea 100644 --- a/docs/config_wan_assurance.md +++ b/docs/config_wan_assurance.md @@ -24,7 +24,7 @@ High Level Steps: ## Enable WAN Assurance on the Conductor -For detailed information about Mist WAN Assurance, please refer to the [Mist WAN Assurance documentation](https://www.juniper.net/us/en/products/cloud-services/wan-assurance.html). +For detailed information about Mist WAN Assurance, please refer to the [Mist WAN Assurance documentation](https://www.hpe.com/us/en/networking/hpe-juniper-networking/wan-assurance.html). #### 1. Create an account on the [Mist portal](https://manage.mist.com/). From 471bcb5ed71f73255ccbc662b39a7ae40bea9c74 Mon Sep 17 00:00:00 2001 From: mbaj Date: Wed, 5 Aug 2026 12:54:36 -0400 Subject: [PATCH 3/4] =?UTF-8?q?Replacing=20the=20hpe=20link=20with=20the?= =?UTF-8?q?=20juniper=20redirect.=20Linkinator=20is=20failing=20on=20one?= =?UTF-8?q?=20of=20HPE=E2=80=99s=20own=20descendant=20links,=20specificall?= =?UTF-8?q?y=20https://h41370.www4.hpe.com/quickspecs/overview.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/config_wan_assurance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config_wan_assurance.md b/docs/config_wan_assurance.md index 0c8c58117ea..cd9a9caed1a 100644 --- a/docs/config_wan_assurance.md +++ b/docs/config_wan_assurance.md @@ -24,7 +24,7 @@ High Level Steps: ## Enable WAN Assurance on the Conductor -For detailed information about Mist WAN Assurance, please refer to the [Mist WAN Assurance documentation](https://www.hpe.com/us/en/networking/hpe-juniper-networking/wan-assurance.html). +For detailed information about Mist WAN Assurance, please refer to the [Mist WAN Assurance documentation](https://www.juniper.net/us/en/products/cloud-services/wan-assurance.html). #### 1. Create an account on the [Mist portal](https://manage.mist.com/). From 45e60611e2d0efd4f80af8ae2eceb444c16f4cf9 Mon Sep 17 00:00:00 2001 From: mbaj Date: Wed, 5 Aug 2026 14:36:06 -0400 Subject: [PATCH 4/4] Adding exclusion for broken external link --- linkinator.config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/linkinator.config.json b/linkinator.config.json index a9f9fee0694..7dbc0af6012 100644 --- a/linkinator.config.json +++ b/linkinator.config.json @@ -19,6 +19,7 @@ "^https://docs\\.aws\\.amazon\\.com", "^https://thekelleys\\.org\\.uk", "^https://www\\.hpe\\.com/psnow/doc/PSN1014689145USEN\\.pdf" + ,"^https://www\\.juniper\\.net/us/en/products/cloud-services/wan-assurance\\.html$" ], "retry": true, "retryErrors": true,