Skip to content

Commit 1b365b6

Browse files
(AzureCXP) MicrosoftDocs/azure-docs#108533
1 parent 44b3b3e commit 1b365b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/automation/troubleshoot/update-agent-issues-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ To fix this issue, you must start the OMS Agent service by using the following c
8080
To validate you can perform process check using the below command:
8181

8282
```
83-
process_name = "omsagent"
84-
ps aux | grep %s | grep -v grep" % (process_name)
83+
process_name="omsagent"
84+
ps aux | grep %s | grep -v grep" % (process_name)"
8585
```
8686

8787
For more information, see [Troubleshoot issues with the Log Analytics agent for Linux](../../azure-monitor/agents/agent-linux-troubleshoot.md)

0 commit comments

Comments
 (0)