Skip to content

Commit 249646f

Browse files
authored
Update articles/azure-monitor/agents/azure-monitor-agent-troubleshoot-linux-vm-rsyslog.md
1 parent 75fe389 commit 249646f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The next sections describe the issue.
4646
Azure Monitor Agent for Linux buffers events to `/var/opt/microsoft/azuremonitoragent/events` prior to ingestion. On a default Azure Monitor Agent for Linux installation, this directory takes ~650 MB of disk space at idle. The size on disk increases when it's under sustained logging load. It gets cleaned up about every 60 seconds and reduces back to ~650 MB when the load returns to idle.
4747

4848
#### Confirm the issue of a full disk
49-
The `df` command shows almost no space available on `/dev/sda1`, as shown here. Please note that the line item to examine should be the one that correlates to the log directory (i.e. /var/log or /var or /):
49+
The `df` command shows almost no space available on `/dev/sda1`, as shown in the following output. Note that you should examine the line item that correlates to the log directory (for example, `/var/log` or `/var` or `/`).
5050

5151
```bash
5252
df -h

0 commit comments

Comments
 (0)