Skip to content

Commit

Permalink
Merge pull request #134144 from bwren/am-agent
Browse files Browse the repository at this point in the history
Azure Monitor minor agent fixes
  • Loading branch information
PRMerger10 authored Oct 16, 2020
2 parents 5b5328e + 39ac2f8 commit cbb6ea1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions articles/azure-monitor/platform/agents-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ The following tables list the operating systems that are supported by the Azure
| Windows Server 2012 R2 | X | X | X | X |
| Windows Server 2012 | X | X | X | X |
| Windows Server 2008 R2 | | X | X | X |
| Windows 10 Enterprise<br>(including multi-session) and Pro | X | X | X | X |
| Windows 8 Enterprise and Pro | | X | X | |
| Windows 7 SP1 | | X | X | |
| Windows 10 Enterprise<br>(including multi-session) and Pro<br>(Server scenarios only) | X | X | X | X |
| Windows 8 Enterprise and Pro<br>(Server scenarios only) | | X | X | |
| Windows 7 SP1<br>(Server scenarios only) | | X | X | |


### Linux
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ The Azure Monitor agent sends data to Azure Monitor Metrics or a Log Analytics w


## Supported operating systems
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.
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.



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,15 +152,15 @@ Following is the default configuration for performance metrics.
<source>
type oms_omi
object_name "Logical Disk"
instance_regex ".*
instance_regex ".*"
counter_name_regex ".*"
interval 5m
</source>

<source>
type oms_omi
object_name "Processor"
instance_regex ".*
instance_regex ".*"
counter_name_regex ".*"
interval 30s
</source>
Expand Down

0 comments on commit cbb6ea1

Please sign in to comment.