From 670b33dfc75365efcf4f3993ff36af7d7680c017 Mon Sep 17 00:00:00 2001 From: Narine Mossikyan Date: Fri, 3 Nov 2023 15:56:22 -0700 Subject: [PATCH] update ui references and docs to use latest version 1.17.1.0 --- README.md | 8 +++++--- docs/OMS-Agent-for-Linux.md | 10 +++++----- installer/scripts/onboard_agent.sh | 4 ++-- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 69b6f9bfe..ad0c50177 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ If you are an Azure customer, we have an Azure VM extension that allows you to e ## [Full installation guide](https://docs.microsoft.com/azure/azure-monitor/platform/log-analytics-agent) -## [Download Latest OMS Agent for Linux (64-bit)](https://github.com/microsoft/OMS-Agent-for-Linux/releases/download/OMSAgent_v1.16.0-0/omsagent-1.16.0-0.universal.x64.sh) +## [Download Latest OMS Agent for Linux (64-bit)](https://github.com/microsoft/OMS-Agent-for-Linux/releases/download/OMSAgent_v1.17.1-0/omsagent-1.17.1-0.universal.x64.sh) ## [Download Latest OMS Agent for Linux (Final 32-bit Release)](https://github.com/microsoft/OMS-Agent-for-Linux/releases/download/OMSAgent_v1.12.15-0/omsagent-1.12.15-0.universal.x86.sh) @@ -66,11 +66,13 @@ If you are using a distro or version that is not currently supported and doesn't ### 64-bit * CentOS 7, and 8 * Amazon Linux 2017.09 -* Oracle Linux 7 +* Oracle Linux 7 and 8 * Red Hat Enterprise Linux Server 7, and 8 * Debian GNU/Linux 8 and 9 -* Ubuntu Linux 14.04 LTS, 16.04 LTS, 18.04 LTS, and 20.04 LTS +* Ubuntu Linux 14.04 LTS, 16.04 LTS, 18.04 LTS, 20.04 LTS and 22.04 LTS * SUSE Linux Enterprise Server 12 and 15 +* Rocky 8, and 9 +* Alma 8, and 9 ### 32-bit * CentOS 6 * Oracle Linux 6 diff --git a/docs/OMS-Agent-for-Linux.md b/docs/OMS-Agent-for-Linux.md index 8e922c4ac..d0981585a 100644 --- a/docs/OMS-Agent-for-Linux.md +++ b/docs/OMS-Agent-for-Linux.md @@ -17,14 +17,14 @@ The Log Analytics agent for Linux comprises multiple packages. The release file **Package** | **Version** | **Description** ----------- | ----------- | -------------- -omsagent | 1.16.0-0 | The Operations Management Suite Agent for Linux -omsconfig | 1.2.0-0 | Configuration agent for the OMS Agent -omi | 1.7.1-0 | Open Management Infrastructure (OMI) -- a lightweight CIM Server. *Note that OMI requires root access to run a cron job necessary for the functioning of the service* -scx | 1.7.1-0 | OMI CIM Providers for operating system performance metrics +omsagent | 1.17.1-0 | The Operations Management Suite Agent for Linux +omsconfig | 1.3.0-0 | Configuration agent for the OMS Agent +omi | 1.7.2-0 | Open Management Infrastructure (OMI) -- a lightweight CIM Server. *Note that OMI requires root access to run a cron job necessary for the functioning of the service* +scx | 1.7.2-0 | OMI CIM Providers for operating system performance metrics auoms | 2.5.2.52 | Microsoft Operations Management Suite Audit Data Collector apache-cimprov | 1.0.1 | Apache HTTP Server performance monitoring provider for OMI. Only installed if Apache HTTP Server is detected. mysql-cimprov | 1.0.1 | MySQL Server performance monitoring provider for OMI. Only installed if MySQL/MariaDB server is detected. -docker-cimprov | 1.0.0-41 | Docker provider for OMI. Only installed if Docker is detected. +docker-cimprov | 1.0.0-42 | Docker provider for OMI. Only installed if Docker is detected. **Additional Installation Artifacts** After installing the Log Analytics agent for Linux packages, the following additional system-wide configuration changes are applied. These artifacts are removed when the omsagent package is uninstalled. diff --git a/installer/scripts/onboard_agent.sh b/installer/scripts/onboard_agent.sh index 13074a5e6..697528ff5 100755 --- a/installer/scripts/onboard_agent.sh +++ b/installer/scripts/onboard_agent.sh @@ -6,10 +6,10 @@ # Values to be updated upon each new release -GITHUB_RELEASE_X64="https://github.com/microsoft/OMS-Agent-for-Linux/releases/download/OMSAgent_v1.16.0-0/" +GITHUB_RELEASE_X64="https://github.com/microsoft/OMS-Agent-for-Linux/releases/download/OMSAgent_v1.17.1/" GITHUB_RELEASE_X86="https://github.com/Microsoft/OMS-Agent-for-Linux/releases/download/OMSAgent_v1.12.15-0/" -BUNDLE_X64="omsagent-1.16.0-0.universal.x64.sh" +BUNDLE_X64="omsagent-1.17.1-0.universal.x64.sh" BUNDLE_X86="omsagent-1.12.15-0.universal.x86.sh" usage()