OMS Agent for Linux – v1.2.0-148

Chiyo OdikaAZURE, Microsoft Operations Management Suite, OMSLeave a Comment

Just dropping a note about the latest generally available OMS agent for Linux version  v1.2.0-148. This update has been out for some time, and adds some new functionality for network related performance counters as well as fixes a few bugs. The official documentation is on Github.

image

Bug Fix

  • In some cases the omiagent component causes core files to be generated.
  • In some cases, segmentation faults occur when using the latest version of Docker.

Whats New

  • Network Related Performance Counters

Install OMS Agent for Linux – v1.2.0-148
For x86 Architecture (32-bit) system:

cd ~
wget https://github.com/Microsoft/OMS-Agent-for-Linux/releases/download/OMSAgent-201610-v1.2.0-148/omsagent-1.2.0-148.universal.x86.sh
sha256sum ./omsagent-1.2.0-148.universal.x86.sh
sudo bash omsagent-1.2.0-148.universal.x86.sh --upgrade -w <WORKSPACE_ID> -s <SECRET_KEY>

For x64 Architecture (64-bit) System:

cd ~
wget https://github.com/Microsoft/OMS-Agent-for-Linux/releases/download/OMSAgent-201610-v1.2.0-148/omsagent-1.2.0-148.universal.x64.sh
sha256sum ./omsagent-1.2.0-148.universal.x64.sh
sudo bash omsagent-1.2.0-148.universal.x64.sh --upgrade -w <WORKSPACE_ID> -s <SECRET_KEY>

Where WORKSPACE_ID Is the ID for your OMS workspace, and the SECRET_KEY is the relevant key for your OMS workspace.

To determine your OMS workspace ID and primary key:

  1. Sign into the OMS workspace
  2. From the Overview page, click on Settings.
  3. In the Settings page, click on the Connected Sources tab

image

 

Cheers!

The following two tabs change content below.
Strategist. Technologist. Skeptic. Friend.
Chiyo OdikaOMS Agent for Linux – v1.2.0-148