Skip to content

Commit cb81aa3

Browse files
authored
Merge pull request #105517 from MGoedtel/UpdateAzMon225
fixed improper ref to agent and formatting
2 parents 6a5bc48 + bc8b998 commit cb81aa3

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ ms.author: bwren
1010
ms.date: 02/14/2020
1111
---
1212

13+
# Overview of Azure Monitor agents
1314

14-
# Overview of Azure Monitor agents
1515
Virtual machines and other compute resources require an agent to collect monitoring data to measure the performance and availability of their guest operating system and workloads. This article describes the agents used by Azure Monitor and helps you determine which you need to meet the requirements for your particular environment.
1616

1717
> [!NOTE]
@@ -20,6 +20,7 @@ Virtual machines and other compute resources require an agent to collect monitor
2020
You may have a specific set of requirements that can't be completely met with a single agent for a particular virtual machine. For example, you may want to use metric alerts which requires Azure diagnostics extension but also want to leverage the functionality of Azure Monitor for VMs which requires the Log Analytics agent and the Dependency agent. In cases such as this, you can use multiple agents, and this is a common scenario for customers who require functionality from each.
2121

2222
## Summary of agents
23+
2324
The following tables provide a quick comparison of the Azure Monitor agents for Windows and Linux. Further detail on each is provided in the section below.
2425

2526
### Windows agents
@@ -42,11 +43,12 @@ The following tables provide a quick comparison of the Azure Monitor agents for
4243
| Data sent to | Azure Storage<br>Event Hub | Azure Monitor Metrics | Azure Monitor Logs | Azure Monitor Logs |
4344

4445
## Log Analytics agent
46+
4547
The [Log Analytics agent](log-analytics-agent.md) collects monitoring data from the guest operating system and workloads of virtual machines in Azure, other cloud providers, and on-premises. It collects data into a Log Analytics workspace. The Log Analytics agent is the same agent used by System Center Operations Manager, and you can multihome agent computers to communicate with your management group and Azure Monitor simultaneously. This agent is also required by certain insights and solutions in Azure Monitor.
4648

4749

4850
> [!NOTE]
49-
> The Log Analytics agent for Windows is often referred to as Microsoft Management Agent (MMA). The Log Analytics agent for Linux is often referred to as OMS agent.
51+
> The Log Analytics agent for Windows is often referred to as Microsoft Monitoring Agent (MMA). The Log Analytics agent for Linux is often referred to as OMS agent.
5052
5153

5254

@@ -64,6 +66,7 @@ Limitations of the Log Analytics agent include:
6466
- Cannot send data to Azure Monitor Metrics, Azure Storage, or Azure Event Hubs.
6567

6668
## Azure diagnostics extension
69+
6770
The [Azure Diagnostics extension](diagnostics-extension-overview.md) collects monitoring data from the guest operating system and workloads of Azure virtual machines and other compute resources. It primarily collects data into Azure Storage but also allows you to define data sinks to also send data to other destinations such as Azure Monitor Metrics and Azure Event Hubs.
6871

6972
Use Azure diagnostic extension if you need to:
@@ -78,9 +81,8 @@ Limitations of Azure diagnostics extension include:
7881
- Can only be used with Azure resources.
7982
- Limited ability to send data to Azure Monitor Logs.
8083

81-
82-
8384
## Telegraf agent
85+
8486
The [InfluxData Telegraf agent](collect-custom-metrics-linux-telegraf.md) is used to collect performance data from Linux computers to Azure Monitor Metrics.
8587

8688
Use Telegraf agent if you need to:
@@ -90,24 +92,25 @@ Use Telegraf agent if you need to:
9092

9193

9294
## Dependency agent
95+
9396
The Dependency agent collects discovered data about processes running on the virtual machine and external process dependencies.
9497

9598
Use the Dependency agent if you need to:
9699

97100
* Use the Map feature [Azure Monitor for VMs](../insights/vminsights-overview.md) or the [Service Map](../insights/service-map.md) solution.
98101

99-
100102
Consider the following when using the Dependency agent:
101103

102104
- The Dependency agent requires the Log Analytics agent to be installed on the same virtual machine.
103105
- On Linux VMs, the Log Analytics agent must be installed before the Azure Diagnostic Extension.
104106

105-
106107
## Extensions compared to agents
108+
107109
The Log Analytics extension for [Windows](../../virtual-machines/extensions/oms-windows.md) and [Linux](../../virtual-machines/extensions/oms-linux.md) install the Log Analytics agent on Azure virtual machines. The Azure Monitor Dependency extension for [Windows](../../virtual-machines/extensions/agent-dependency-windows.md) and [Linux](../../virtual-machines/extensions/agent-dependency-linux.md) install the Dependency agent on Azure virtual machines. These are the same agents described above but allow you to manage them through [virtual machine extensions](../../virtual-machines/extensions/overview.md). You should use extensions to install and manage the agents whenever possible.
108110

109111

110112
## Next steps
113+
111114
Get more details on each of the agents at the following:
112115

113116
- [Overview of the Log Analytics agent](log-analytics-agent.md)

0 commit comments

Comments
 (0)