Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit bdf467f

Browse files
grogu01grogu01
authored andcommitted
updated README
1 parent 03f9c63 commit bdf467f

File tree

1 file changed

+15
-52
lines changed

1 file changed

+15
-52
lines changed

README.md

Lines changed: 15 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,42 @@
1-
# Field Pack Name
2-
*__NOTE TO CONTRIBUTORS:__ Items marked in italics provide how-to guidance in creating this file. These comments should be removed once proper content has been added. Other non-italicized text should remain in this file as boilerplate text.*
3-
4-
5-
*__NOTE TO CONTRIBUTORS:__ Projects are designed to be self documenting in this README file. Rich text (including screenshots) can be found inside the projects themselves (as committed assets). Generally a project overview (including description, sample screenshots, etc.) can be found on the project wiki page at `https://github.com/ca-apm/<repo_name>/wiki`.*
1+
# APM Automation
62

73
# Description
8-
*Provide a short description of the extension here. See [Markdown Basics](https://help.github.com/articles/markdown-basics/) for markdown syntax.*
4+
Scripts to automate recurring APM tasks.
95

106
## Short Description
11-
12-
*A description of less that 140 characters long, required for APM Marketplace*
7+
Scripts to automate recurring APM tasks.
138

149
## APM version
15-
*APM EM and agent versions the extension has been tested with.*
10+
CA APM 10.5
1611

1712
## Supported third party versions
18-
*Third party versions tested with.*
19-
13+
n/a
2014
## Limitations
2115
*What the extension will not do.*
2216

2317
## License
24-
*Link to the license under which this extension is provided. See [Licensing](https://communities.ca.com/docs/DOC-231150910#license) on the CA APM Developer Community.*
25-
26-
Please review the
27-
**LICENSE**
28-
file in this repository. Licenses may vary by repository. Your download and use of this software constitutes your agreement to this license.
18+
[Apache License 2.0](LICENSE)
2919

3020
# Installation Instructions
31-
*How to install the extension.*
3221

3322
## Prerequisites
34-
*What has to be done before installing the extension.*
23+
These scripts run on Linux.
3524

3625
## Dependencies
37-
*APM and third party dependencies. E.g. APM agent 9.1+, SOA (web services) extension 9.1+*
26+
n/a
3827

3928
## Installation
40-
*How to install the extension.*
29+
Extract archive to bin directory of CA APM Enterprise Manager installation.
4130

4231
## Configuration
43-
*How to configure the extension.*
32+
Edit environment.properties.
4433

4534

4635
# Usage Instructions
47-
*How to use the extension.*
48-
49-
## Metric description
50-
*Describe the metrics provided by this extension or link to third party documentation.*
51-
52-
## Custom Management Modules
53-
*Dashboards, etc. included with this extension.*
54-
55-
## Custom type viewers
56-
*Type viewers included with this extension. Include agent and metric path that the type viewer matches against.*
57-
58-
## Name Formatter Replacements
59-
*If the extension includes name formatters cite all place holders here and what they are replaced with.*
36+
See comments in the scripts.
6037

6138
## Debugging and Troubleshooting
62-
*How to debug and troubleshoot the extension.*
39+
Check log files.
6340

6441

6542
## Support
@@ -70,19 +47,7 @@ Although these utilities are unsupported, please let us know if you have any pro
7047
Unless explicitly stated otherwise this extension is only supported on the same platforms as the APM core agent. See [APM Compatibility Guide](http://www.ca.com/us/support/ca-support-online/product-content/status/compatibility-matrix/application-performance-management-compatibility-guide.aspx).
7148

7249
### Support URL
73-
*Mandatory for the APM marketplace*
74-
75-
*if officially supported*
76-
77-
https://support.ca.com
78-
79-
*if community supported add a link to the github.com issue tracker eg*
80-
81-
https://github.com/CA-APM/ca-apm-fieldpack-epa-aix/issues
82-
83-
*if closed source, not supported, then create an empty github.com repository, and link github issue tracker as a courtesy*
84-
85-
https://github.com/CA-APM/ca-apm-fieldpack-epa-aix/issues
50+
https://github.com/CA-APM/ca-apm-automation
8651

8752
# Contributing
8853
The [CA APM Community](https://communities.ca.com/community/ca-apm) is the primary means of interfacing with other users and with the CA APM product team. The [developer subcommunity](https://communities.ca.com/community/ca-apm/ca-developer-apm) is where you can learn more about building APM-based assets, find code examples, and ask questions of other developers and the CA APM product team.
@@ -91,14 +56,12 @@ If you wish to contribute to this or any other project, please refer to [easy in
9156

9257
## Categories
9358

94-
*Delete this line, and delete all that do not apply from the below list. Mandatory for APM Marketplace.*
95-
96-
Cloud Integration Middleware/ESB Mobile .NET Big Data Browser Database DevOps Examples Frameworks Packaged Applications Portal Reporting Server Monitoring Virtualization/Containers Visualization
59+
Integration DevOps Examples
9760

9861

9962
# Change log
10063
Changes for each version of the extension.
10164

10265
Version | Author | Comment
10366
--------|--------|--------
104-
1.0 | ${env.USERNAME} | First version of the extension.
67+
1.0 | CA Technologies | First version of the extension.

0 commit comments

Comments
 (0)