OMS Agent for Linux – v1.4.1-45

Chiyo OdikaAZURE, Linux, Microsoft Operations Management Suite, OMSLeave a Comment

Version 1.4.1-45 of the OMS agent for Linux was released a couple of days ago, and is now generally available. This update introduced a couple of new features and some bug fixes.

New Features

  • Update OMI version to 1.3.0-2, update SCX version to 1.6.3-326
  • Update Docker provider to 1.0.0-27 (Kubernetes event monitoring and hierarchy inventory)
  • More accurate functionality to determine if SCOM port is open with omiconfigeditor

clip_image001

Fixes

  • Ensure operational events are compatible with multi-homing folder structure
  • Allow all valid OMS workspace processes to restart after –remove and –upgrade
  • Re-onboard smoothly if omsadmin.conf has gone into a blank state

SOURCE: Github

Install OMS Agent for Linux-v1.4.1-45

For x86 Architecture (32-bit) systems:

cd ~
wget https://github.com/Microsoft/OMS-Agent-for-Linux/releases/download/OMSAgent_GA_v1.4.1-45/omsagent-1.4.1-45.universal.x86.sh
sha256sum ./omsagent-1.4.1-45.universal.x86.sh
sudo bash omsagent-1.4.1-45.universal.x86.sh --upgrade -w <WORKSPACE_ID> -s <SECRET_KEY>

For x64 Architecure (64-bit) systems:

cd ~
wget https://github.com/Microsoft/OMS-Agent-for-Linux/releases/download/OMSAgent_GA_v1.4.1-45/omsagent-1.4.1-45.universal.x64.sh
sha256sum ./omsagent-1.4.1-45.universal.x64.sh
sudo bash omsagent-1.4.1-45.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 your OMS Workspace
  2. From the Overview page, click on Settings
  3. In the Settings page, click on Accounts -> Workspace Information.

clip_image001[4]

Cheers!

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