Skip to content

Commit 4cb396c

Browse files
authored
Update README for Azure Monitor Linux Agent (#2167)
* Update README for Azure Monitor Linux Agent Removed version information and some troubleshooting details from the README. Added a link to supported operating systems. * Update README to remove obsolete details Removed outdated information about the operation log and HandlerEnvironment.json. * Update README to remove agent capabilities section Removed bullet points about agent capabilities. * Remove CentOS from supported distributions
1 parent 527d1c5 commit 4cb396c

2 files changed

Lines changed: 2 additions & 25 deletions

File tree

AzureMonitorAgent/README.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
# AzureMonitorLinuxAgent Extension
22
Allow the owner of the Azure Virtual Machines to install the Azure Monitor Linux Agent
33

4-
# The Latest Version is 1.6.2
5-
The extension is currently in Public Preview and is accessible to all public cloud regions in Azure.
6-
74
You can read the User Guide below.
85
* [Learn more: Azure Virtual Machine Extensions](https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-extensions-features/)
96

10-
Azure Monitor Linux Agent Extension can:
11-
* Install the agent and pull configs from MCS
12-
137
# User Guide
148

159
## 1. Deploying the Extension to a VM
@@ -35,19 +29,4 @@ To update the version of the esisting installation of Azure Monitor Linux Agent
3529

3630

3731
## Supported Linux Distributions
38-
Currently Manually tested only on -
39-
* CentOS Linux 6, and 7 (x64)
40-
* Red Hat Enterprise Linux Server 6 and 7 (x64)
41-
* Ubuntu 16.04 LTS, 18.04 LTS(x64)
42-
43-
Will Add more distros once they are tested
44-
45-
## Troubleshooting
46-
47-
* The status of the extension is reported back to Azure so that user can
48-
see the status on Azure Portal
49-
* All the extension installation and config files are unzipped into -
50-
`/var/lib/waagent/Microsoft.Azure.Monitor.AzureMonitorLinuxAgent-<version>/packages/`
51-
and the tail of the output is logged into the log directory specified
52-
in HandlerEnvironment.json and reported back to Azure
53-
* The operation log of the extension is `/var/log/azure/Microsoft.Azure.Monitor.AzureMonitorLinuxAgent-<version>/extension.log` file.
32+
* [Azure Monitor Agent Supported Operating Systems](https://learn.microsoft.com/en-us/azure/azure-monitor/agents/azure-monitor-agent-supported-operating-systems#linux-operating-systems)

AzureMonitorAgent/ama_tst/modules/install/supported_distros.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
supported_dists_x86_64 = {'redhat' : ['7', '8', '9', '10'], # Rhel
2-
'centos' : ['7', '8'], # CentOS
32
'oracle' : ['7', '8', '9'], # Oracle
43
'ol' : ['7', '8', '9'], # Oracle Linux
54
'debian' : ['9', '10', '11', '12', '13'], # Debian
@@ -16,11 +15,10 @@
1615
supported_dists_aarch64 = {'redhat' : ['8', '9', '10'], # Rhel
1716
'ubuntu' : ['18.04', '20.04', '22.04', '24.04'], # Ubuntu
1817
'alma' : ['8'], # Alma
19-
'centos' : ['7'], # CentOS
2018
'mariner' : ['2'], # Mariner 2
2119
'azurelinux' : ['3'], # Azure Linux / Mariner 3
2220
'sles' : ['15', '16'], # SLES
2321
'debian' : ['11', '12', '13'], # Debian
2422
'rocky linux' : ['8', '9'], # Rocky
2523
'rocky' : ['8', '9'] # Rocky
26-
}
24+
}

0 commit comments

Comments
 (0)