diff --git a/README.md b/README.md index 2a5a5a740..3b9bb0639 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.17.2-0/omsagent-1.17.2-0.universal.x64.sh) +## [Download Latest OMS Agent for Linux (64-bit)](https://github.com/microsoft/OMS-Agent-for-Linux/releases/download/OMSAgent_v1.19.0-0/omsagent-1.19.0-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) @@ -67,8 +67,8 @@ If you are using a distro or version that is not currently supported and doesn't * CentOS 7, and 8 * Amazon Linux 2017.09 * Oracle Linux 7 and 8 -* Red Hat Enterprise Linux Server 7, and 8 -* Debian GNU/Linux 8 and 9 +* Red Hat Enterprise Linux Server 7, 8 and 9 +* Debian GNU/Linux 8, 9, 10, 11 * 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 diff --git a/docs/OMS-Agent-for-Linux.md b/docs/OMS-Agent-for-Linux.md index 6957d14ea..d70756805 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.17.2-0 | The Operations Management Suite Agent for Linux +omsagent | 1.19.0-0 | The Operations Management Suite Agent for Linux omsconfig | 1.3.0-0 | Configuration agent for the OMS Agent -omi | 1.7.3-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.3-0 | OMI CIM Providers for operating system performance metrics +omi | 1.8.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.8.1-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-42 | Docker provider for OMI. Only installed if Docker is detected. +docker-cimprov | 1.0.0-44 | 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 3cc2cffd2..aaacf0a55 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.17.2-0/" +GITHUB_RELEASE_X64="https://github.com/microsoft/OMS-Agent-for-Linux/releases/download/OMSAgent_v1.19.0-0/" GITHUB_RELEASE_X86="https://github.com/Microsoft/OMS-Agent-for-Linux/releases/download/OMSAgent_v1.12.15-0/" -BUNDLE_X64="omsagent-1.17.2-0.universal.x64.sh" +BUNDLE_X64="omsagent-1.19.0-0.universal.x64.sh" BUNDLE_X86="omsagent-1.12.15-0.universal.x86.sh" usage()