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
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,32 @@ To configure a High-availability cluster provider, two primary steps are involve
71
71
-**Cluster name**. The cluster name used when creating the cluster. The cluster name can be found in the cluster property `cluster-name`.
72
72
-**Hostname**. The Linux hostname of the VM.
73
73
74
+
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.
77
+
78
+
In Private preview, customers can expect to see the following data with OS (Linux) provider:
To configure a 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.
89
+
90
+
2. Configure a OS (Linux) Provider for each BareMetal or VM Node Instance in your environment.
91
+
To configure the OS (Linux) Provider, the following information is required:
92
+
- Name. A name for this provider. It should be unique for this Azure Monitor for SAP solutions instance.
93
+
- Node Exporter Endpoint. Usually http://<servernameoripaddress>:9100/metrics
94
+
95
+
Note:- 9100 is a Port Exposed for Node_Exporter Endpoint
96
+
97
+
Warning :- Ensure Node Exporter keeps running after node reboot.
98
+
99
+
74
100
## Provider type Microsoft SQL server
75
101
76
102
Customers can configure one or more providers of provider type *Microsoft SQL Server* to enable data collection from [SQL Server on Virtual Machines](https://azure.microsoft.com/services/virtual-machines/sql-server/). SQL Server provider connects to Microsoft SQL Server over the SQL port, pulls telemetry data from the database, and pushes it to the Log Analytics workspace in the customer subscription. The SQL Server must be configured for SQL authentication and a SQL Server login, with the SAP DB as the default database for the provider, must be created. SQL Server provider collects data between every 60 seconds up to every hour from SQL server.
0 commit comments