diff --git a/README.md b/README.md index ed6d56a08..69b6f9bfe 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.14.23-0/omsagent-1.14.23-0.universal.x64.sh) +## [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 (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) @@ -64,10 +64,10 @@ If you are using a distro or version that is not currently supported and doesn't ### Pre-1.13.27 [Python Requirements](https://docs.microsoft.com/en-us/azure/azure-monitor/platform/agent-linux#python-2-requirement) ### 64-bit -* CentOS 6, 7, and 8 +* CentOS 7, and 8 * Amazon Linux 2017.09 -* Oracle Linux 6 and 7 -* Red Hat Enterprise Linux Server 6, 7, and 8 +* Oracle Linux 7 +* 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 * SUSE Linux Enterprise Server 12 and 15 diff --git a/docs/OMS-Agent-for-Linux.md b/docs/OMS-Agent-for-Linux.md index 99b848cca..8e922c4ac 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.14.23-0 | The Operations Management Suite Agent for Linux -omsconfig | 1.1.1-937 | Configuration agent for the OMS Agent -omi | 1.6.11-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.6.11-0 | OMI CIM Providers for operating system performance metrics +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 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 | Docker provider for OMI. Only installed if Docker is detected. +docker-cimprov | 1.0.0-41 | 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 2cc53f985..13074a5e6 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.14.23-0/" +GITHUB_RELEASE_X64="https://github.com/microsoft/OMS-Agent-for-Linux/releases/download/OMSAgent_v1.16.0-0/" GITHUB_RELEASE_X86="https://github.com/Microsoft/OMS-Agent-for-Linux/releases/download/OMSAgent_v1.12.15-0/" -BUNDLE_X64="omsagent-1.14.23-0.universal.x64.sh" +BUNDLE_X64="omsagent-1.16.0-0.universal.x64.sh" BUNDLE_X86="omsagent-1.12.15-0.universal.x86.sh" usage()