Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

update release references to version 1.16.0 #1538

Merged
merged 1 commit into from
Jul 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions docs/OMS-Agent-for-Linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions installer/scripts/onboard_agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
Loading