Skip to content

Commit 6e7446c

Browse files
committed
update oms linux agent articles to reference latest release 1.16.0
1 parent 700e94c commit 6e7446c

File tree

4 files changed

+12
-14
lines changed

4 files changed

+12
-14
lines changed

articles/azure-monitor/agents/agent-linux.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ The Log Analytics agent for Linux is composed of multiple packages. The release
126126

127127
Package | Version | Description
128128
----------- | ----------- | --------------
129-
omsagent | 1.14.19 | The Log Analytics agent for Linux.
130-
omsconfig | 1.1.1 | Configuration agent for the Log Analytics agent.
131-
omi | 1.6.9 | Open Management Infrastructure (OMI), a lightweight CIM Server. *OMI requires root access to run a cron job necessary for the functioning of the service*.
132-
scx | 1.6.9 | OMI CIM providers for operating system performance metrics.
129+
omsagent | 1.16.0 | The Log Analytics agent for Linux.
130+
omsconfig | 1.2.0 | Configuration agent for the Log Analytics agent.
131+
omi | 1.7.1 | Open Management Infrastructure (OMI), a lightweight CIM Server. *OMI requires root access to run a cron job necessary for the functioning of the service*.
132+
scx | 1.7.1 | OMI CIM providers for operating system performance metrics.
133133
apache-cimprov | 1.0.1 | Apache HTTP Server performance monitoring provider for OMI. Only installed if Apache HTTP Server is detected.
134134
mysql-cimprov | 1.0.1 | MySQL Server performance monitoring provider for OMI. Only installed if MySQL/MariaDB server is detected.
135135
docker-cimprov | 1.0.0 | Docker provider for OMI. Only installed if Docker is detected.

articles/azure-monitor/agents/agents-overview.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ View [supported operating systems for Azure Arc Connected Machine agent](../../a
203203
| Amazon Linux 2 | X | X | |
204204
| CentOS Linux 8 | X | X | |
205205
| CentOS Linux 7 | X<sup>3</sup> | X | X |
206-
| CentOS Linux 6 | | X | |
207206
| CBL-Mariner 2.0 | X<sup>3,4</sup> | | |
208207
| Debian 11 | X<sup>3</sup> | | |
209208
| Debian 10 | X | X | |
@@ -212,14 +211,12 @@ View [supported operating systems for Azure Arc Connected Machine agent](../../a
212211
| OpenSUSE 15 | X | | |
213212
| Oracle Linux 8 | X | X | |
214213
| Oracle Linux 7 | X | X | X |
215-
| Oracle Linux 6 | | X | |
216-
| Oracle Linux 6.4+ | | X | X |
214+
| Oracle Linux 6.4+ | | | X |
217215
| Red Hat Enterprise Linux Server 9+ | X | | |
218216
| Red Hat Enterprise Linux Server 8.6 | X<sup>3</sup> | X<sup>2</sup> | X<sup>2</sup> |
219217
| Red Hat Enterprise Linux Server 8+ | X | X<sup>2</sup> | X<sup>2</sup> |
220218
| Red Hat Enterprise Linux Server 7 | X | X | X |
221-
| Red Hat Enterprise Linux Server 6.7+ | | X | X |
222-
| Red Hat Enterprise Linux Server 6 | | X | |
219+
| Red Hat Enterprise Linux Server 6.7+ | | | X |
223220
| Rocky Linux 8 | X | X | |
224221
| SUSE Linux Enterprise Server 15 SP4 | X<sup>3</sup> | | |
225222
| SUSE Linux Enterprise Server 15 SP3 | X | | |

articles/azure-monitor/agents/azure-monitor-agent-troubleshoot-linux-vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@ For more information on how to troubleshoot syslog issues with Azure Monitor Age
9999
6. If none of the above helps, [file a ticket](#file-a-ticket) with **Summary** as 'AMA fails to collect syslog events' and **Problem type** as 'I need help with Azure Monitor Linux Agent'.
100100

101101
## Troubleshooting issues on Arc-enabled server
102-
If after checking basic troubleshooting steps you don't see the Azure Monitor Agent emitting logs or find **'Failed to get MSI token from IMDS endpoint'** errors in `mdsd.err` log file, it's likely `syslog` user isn't a member of the group `himds`. Add `syslog` user to `himds` user group if the user isn't a member of this group. Create user `syslog` and the group `syslog`, if necessary, and make sure that the user is in that group. For more information check out Azure Arc-enabled server authentication requirements [here](../../azure-arc/servers/managed-identity-authentication.md).
102+
If after checking basic troubleshooting steps you don't see the Azure Monitor Agent emitting logs or find **'Failed to get MSI token from IMDS endpoint'** errors in `/var/opt/microsoft/azuremonitoragent/log/mdsd.err` log file, it's likely `syslog` user isn't a member of the group `himds`. Add `syslog` user to `himds` user group if the user isn't a member of this group. Create user `syslog` and the group `syslog`, if necessary, and make sure that the user is in that group. For more information check out Azure Arc-enabled server authentication requirements [here](../../azure-arc/servers/managed-identity-authentication.md).
103103

104104
[!INCLUDE [azure-monitor-agent-file-a-ticket](../../../includes/azure-monitor-agent/azure-monitor-agent-file-a-ticket.md)]

articles/virtual-machines/extensions/oms-linux.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ The following table provides a mapping of the version of the Log Analytics VM ex
3131

3232
| Log Analytics Linux VM extension version | Log Analytics Agent bundle version |
3333
|--------------------------------|--------------------------|
34+
| 1.16.0 | [1.16.0](https://github.com/microsoft/OMS-Agent-for-Linux/releases/tag/OMSAgent_v1.16.0-0) |
3435
| 1.14.23 | [1.14.23](https://github.com/microsoft/OMS-Agent-for-Linux/releases/tag/OMSAgent_v1.14.23-0) |
3536
| 1.14.20 | [1.14.20](https://github.com/microsoft/OMS-Agent-for-Linux/releases/tag/OMSAgent_v1.14.20-0) |
3637
| 1.14.19 | [1.14.19](https://github.com/microsoft/OMS-Agent-for-Linux/releases/tag/OMSAgent_v1.14.19-0) |
@@ -89,7 +90,7 @@ The following JSON shows the schema for the Log Analytics agent extension. The e
8990
"properties": {
9091
"publisher": "Microsoft.EnterpriseCloud.Monitoring",
9192
"type": "OmsAgentForLinux",
92-
"typeHandlerVersion": "1.13",
93+
"typeHandlerVersion": "1.16",
9394
"autoUpgradeMinorVersion": true,
9495
"settings": {
9596
"workspaceId": "myWorkspaceId",
@@ -112,7 +113,7 @@ The following JSON shows the schema for the Log Analytics agent extension. The e
112113
| apiVersion | 2018-06-01 |
113114
| publisher | Microsoft.EnterpriseCloud.Monitoring |
114115
| type | OmsAgentForLinux |
115-
| typeHandlerVersion | 1.13 |
116+
| typeHandlerVersion | 1.16 |
116117
| workspaceId (e.g) | 6f680a37-00c6-41c7-a93f-1437e3462574 |
117118
| workspaceKey (e.g) | z4bU3p1/GrnWpQkky4gdabWXAhbWSTz70hm4m2Xt92XI+rSRgE8qVvRhsGo9TXffbrTahyrwv35W0pOqQAU7uQ== |
118119

@@ -139,7 +140,7 @@ The following example assumes the VM extension is nested inside the virtual mach
139140
"properties": {
140141
"publisher": "Microsoft.EnterpriseCloud.Monitoring",
141142
"type": "OmsAgentForLinux",
142-
"typeHandlerVersion": "1.13",
143+
"typeHandlerVersion": "1.16",
143144
"settings": {
144145
"workspaceId": "myWorkspaceId",
145146
"skipDockerProviderInstall": true
@@ -165,7 +166,7 @@ When placing the extension JSON at the root of the template, the resource name i
165166
"properties": {
166167
"publisher": "Microsoft.EnterpriseCloud.Monitoring",
167168
"type": "OmsAgentForLinux",
168-
"typeHandlerVersion": "1.13",
169+
"typeHandlerVersion": "1.16",
169170
"settings": {
170171
"workspaceId": "myWorkspaceId",
171172
"skipDockerProviderInstall": true

0 commit comments

Comments
 (0)