Skip to content

Commit d00702c

Browse files
Merge pull request #222599 from guywi-ms/Troubleshoot-Linux-Monitoring-Agent
Update agent-linux-troubleshoot.md
2 parents f8ab45d + e9b01eb commit d00702c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
title: Troubleshoot Azure Log Analytics Linux Agent | Microsoft Docs
33
description: Describe the symptoms, causes, and resolution for the most common issues with the Log Analytics agent for Linux in Azure Monitor.
44
ms.topic: conceptual
5-
author: bwren
6-
ms.author: bwren
5+
author: guywi-ms
6+
ms.author: guywild
77
ms.date: 10/21/2021
88
ms.reviewer: luki
99

1010
---
1111

1212
# Troubleshoot issues with the Log Analytics agent for Linux
1313

14-
This article provides help in troubleshooting errors you might experience with the Log Analytics agent for Linux in Azure Monitor and suggests possible solutions to resolve them.
14+
This article provides help in troubleshooting errors you might experience with the Log Analytics agent for Linux in Azure Monitor.
1515

1616
## Log Analytics Troubleshooting Tool
1717

@@ -223,7 +223,7 @@ This is a known issue that occurs on the first upload of Linux data into a Log A
223223

224224
### Probable causes
225225

226-
A regression in nss-pem package [v1.0.3-5.el7](https://centos.pkgs.org/7/centos-x86_64/nss-pem-1.0.3-7.el7.x86_64.rpm.html) caused a severe performance issue. We've been seeing this issue come up a lot in Redhat/Centos 7.x distributions. To learn more about this issue, see [1667121 Performance regression in libcurl](https://bugzilla.redhat.com/show_bug.cgi?id=1667121).
226+
A regression in nss-pem package [v1.0.3-5.el7](https://centos.pkgs.org/7/centos-x86_64/nss-pem-1.0.3-7.el7.x86_64.rpm.html) caused a severe performance issue. We've been seeing this issue come up a lot in Redhat/CentOS 7.x distributions. To learn more about this issue, see [1667121 Performance regression in libcurl](https://bugzilla.redhat.com/show_bug.cgi?id=1667121).
227227

228228
Performance-related bugs don't happen all the time, and they're difficult to reproduce. If you experience such an issue with omiagent, use the script `omiHighCPUDiagnostics.sh`, which will collect the stack trace of the omiagent when it exceeds a certain threshold.
229229

@@ -240,7 +240,7 @@ Performance-related bugs don't happen all the time, and they're difficult to rep
240240
1. Upgrade the nss-pem package to [v1.0.3-5.el7_6.1](https://centos.pkgs.org/7/centos-x86_64/nss-pem-1.0.3-7.el7.x86_64.rpm.html): <br/>
241241
`sudo yum upgrade nss-pem`
242242

243-
1. If nss-pem isn't available for upgrade, which mostly happens on Centos, downgrade curl to 7.29.0-46. If you run "yum update" by mistake, curl will be upgraded to 7.29.0-51 and the issue will happen again: <br/>
243+
1. If nss-pem isn't available for upgrade, which mostly happens on CentOS, downgrade curl to 7.29.0-46. If you run "yum update" by mistake, curl will be upgraded to 7.29.0-51 and the issue will happen again: <br/>
244244
`sudo yum downgrade curl libcurl`
245245

246246
1. Restart OMI: <br/>
@@ -334,7 +334,7 @@ This error indicates that the Linux diagnostic extension (LAD) is installed side
334334
* OMI is frozen, blocking the OMS agent.
335335
* DSC resource logs *class not found* error in `omsconfig.log` log file.
336336
* Log Analytics agent for data is backed up.
337-
* DSC logs *Current configuration does not exist. Execute Start-DscConfiguration command with -Path parameter to specify a configuration file and create a current configuration first.* in `omsconfig.log` log file, but no log message exists about `PerformRequiredConfigurationChecks` operations.
337+
* DSC logs *Current configuration doesn't exist. Execute Start-DscConfiguration command with -Path parameter to specify a configuration file and create a current configuration first.* in `omsconfig.log` log file, but no log message exists about `PerformRequiredConfigurationChecks` operations.
338338
339339
### Resolution
340340

0 commit comments

Comments
 (0)