|
5 | 5 |
|
6 | 6 | # **OCI Management Agent Quick Start** |
7 | 7 |
|
8 | | -[](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle-quickstart/oci-management-agent/archive/refs/tags/v1.0.2.zip) |
| 8 | +Management Agent is a service that provides low latency interactive communication and data collection between Oracle Cloud Infrastructure and any other sources. |
9 | 9 |
|
| 10 | +This Github repository is a collection of various quick start applications offered by Management Agent. Each project under this repository has its own individual README.md which describes it in more detail. |
10 | 11 |
|
11 | | -## Introduction |
| 12 | +At a high level we have following quick start apps: |
12 | 13 |
|
13 | | -This stack automates the following: |
| 14 | +- [ATP Monitoring](./atp-monitoring/README.md): |
14 | 15 |
|
15 | | -* Creating Dynamic group and adding required policies for Management Agent |
16 | | -* Spinning up new Compute Instance |
17 | | -* Enabling Management Agent on the created instance |
18 | | -* Deploying Logging Analytics Plugin on the Management Agent |
19 | | -* Configuration for monitoring Unified DB Audit Logs of ATP Instance |
| 16 | + This terraform app for monitoring audit logs from an Autonomous Database for transaction processing (ATP),automates the configuration needed to start processing ATP audit logs for analysis in the OCI Logging Analytics. |
20 | 17 |
|
21 | | -## Using this stack |
| 18 | +- [Kubernetes Monitoring](./kubernetes-monitoring/mgmtagent_helm/README.md): |
22 | 19 |
|
23 | | -1. Click on above Deploy to Oracle Cloud button which will redirect you to OCI console and prompt a dialogue box with further steps on deploying this application. |
24 | | -2. Configure the variables for the infrastructure resources that this stack will create when you run the apply job for this execution plan. |
25 | | -3. This stack contains cloud-init scripts which runs after instance is created (which means terraform has completed). Due to this, it might take some time until you can see agent been registered with Logging Analaytics on UI. |
26 | | -4. Note that this stack assumes that you have already on-boarded your tenancy to Logging Analytics. If you have not already done that please follow [these](https://docs.oracle.com/en-us/iaas/logging-analytics/doc/configure-your-service.html) steps to on-board your tenancy |
27 | | - |
28 | | -Note: For more details on Management Agent please refer |
29 | | -https://docs.oracle.com/en-us/iaas/management-agents/index.html |
| 20 | + Oracle Management Agent is now available to be deployed as a Docker Container. This helm chart application provides easy deployment way of Management Agent and offers out-of-box monitoring of Kubernetes Cluster. |
0 commit comments