Skip to content

Commit cbb6ea1

Browse files
authored
Merge pull request #134144 from bwren/am-agent
Azure Monitor minor agent fixes
2 parents 5b5328e + 39ac2f8 commit cbb6ea1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ The following tables list the operating systems that are supported by the Azure
144144
| Windows Server 2012 R2 | X | X | X | X |
145145
| Windows Server 2012 | X | X | X | X |
146146
| Windows Server 2008 R2 | | X | X | X |
147-
| Windows 10 Enterprise<br>(including multi-session) and Pro | X | X | X | X |
148-
| Windows 8 Enterprise and Pro | | X | X | |
149-
| Windows 7 SP1 | | X | X | |
147+
| Windows 10 Enterprise<br>(including multi-session) and Pro<br>(Server scenarios only) | X | X | X | X |
148+
| Windows 8 Enterprise and Pro<br>(Server scenarios only) | | X | X | |
149+
| Windows 7 SP1<br>(Server scenarios only) | | X | X | |
150150

151151

152152
### Linux

articles/azure-monitor/platform/azure-monitor-agent-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The Azure Monitor agent sends data to Azure Monitor Metrics or a Log Analytics w
8080

8181

8282
## Supported operating systems
83-
See [Supported operating systems](agents-overview.md#supported-operating-systems) for a list of the Windows and Linux operating system versions that are currently supported by the Log Analytics agent.
83+
See [Supported operating systems](agents-overview.md#supported-operating-systems) for a list of the Windows and Linux operating system versions that are currently supported by the Azure Monitor agent.
8484

8585

8686

articles/azure-monitor/platform/data-sources-performance-counters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,15 +152,15 @@ Following is the default configuration for performance metrics.
152152
<source>
153153
type oms_omi
154154
object_name "Logical Disk"
155-
instance_regex ".*
155+
instance_regex ".*"
156156
counter_name_regex ".*"
157157
interval 5m
158158
</source>
159159

160160
<source>
161161
type oms_omi
162162
object_name "Processor"
163-
instance_regex ".*
163+
instance_regex ".*"
164164
counter_name_regex ".*"
165165
interval 30s
166166
</source>

0 commit comments

Comments
 (0)