You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/workloads/sap/azure-monitor-providers.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ To configure a High-availability cluster provider, two primary steps are involve
73
73
74
74
75
75
## Provider type OS (Linux)
76
-
Customers can configure one or more providers of provider type OS (Linux) to enable data collection from BareMetal or VM Node. The OS (Linux) provider connects to BareMetal or VM Nodes, using Node_Exporter endpoint, pulls telemetry data from the Nodes and pushes it to Log Analytics workspace in the customer subscription. OS (Linux) provider collects data every 60 seconds for most of the metrics from Nodes.
76
+
Customers can configure one or more providers of provider type OS (Linux) to enable data collection from BareMetal or VM Node. The OS (Linux) provider connects to BareMetal or VM Nodes, using [Node_Exporter](https://github.com/prometheus/node_exporter) endpoint, pulls telemetry data from the Nodes and pushes it to Log Analytics workspace in the customer subscription. OS (Linux) provider collects data every 60 seconds for most of the metrics from Nodes.
77
77
78
78
In Private preview, customers can expect to see the following data with OS (Linux) provider:
79
79
-CPU Usage, CPU Usage by Process
@@ -82,10 +82,10 @@ In Private preview, customers can expect to see the following data with OS (Linu
To configure an OS (Linux) provider, two primary steps are involved:
85
-
1. Install Node_Exporter on each BareMetal Node
86
-
You have two options for installing Node_exporter:
87
-
- For Automation installation with Ansible use Node_Exporter on each BareMetal Node to install OS (Linux) Provider.
88
-
- Do a manual installation.
85
+
1. Install [Node_Exporter](https://github.com/prometheus/node_exporter) on each BareMetal or VM Nodes.
86
+
You have two options for installing [Node_exporter](https://github.com/prometheus/node_exporter):
87
+
- For Automation installation with Ansible use [Node_Exporter](https://github.com/prometheus/node_exporter) on each BareMetal or VM Nodes to install OS (Linux) Provider.
88
+
- Do a [manual installation](https://prometheus.io/docs/guides/node-exporter/).
89
89
90
90
2. Configure a OS (Linux) Provider for each BareMetal or VM Node Instance in your environment.
91
91
To configure the OS (Linux) Provider, the following information is required:
0 commit comments