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
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
*__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
6
2
7
3
# 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.
9
5
10
6
## Short Description
11
-
12
-
*A description of less that 140 characters long, required for APM Marketplace*
7
+
Scripts to automate recurring APM tasks.
13
8
14
9
## APM version
15
-
*APM EM and agent versions the extension has been tested with.*
10
+
CA APM 10.5
16
11
17
12
## Supported third party versions
18
-
*Third party versions tested with.*
19
-
13
+
n/a
20
14
## Limitations
21
15
*What the extension will not do.*
22
16
23
17
## 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)
29
19
30
20
# Installation Instructions
31
-
*How to install the extension.*
32
21
33
22
## Prerequisites
34
-
*What has to be done before installing the extension.*
23
+
These scripts run on Linux.
35
24
36
25
## Dependencies
37
-
*APM and third party dependencies. E.g. APM agent 9.1+, SOA (web services) extension 9.1+*
26
+
n/a
38
27
39
28
## Installation
40
-
*How to install the extension.*
29
+
Extract archive to bin directory of CA APM Enterprise Manager installation.
41
30
42
31
## Configuration
43
-
*How to configure the extension.*
32
+
Edit environment.properties.
44
33
45
34
46
35
# 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.
60
37
61
38
## Debugging and Troubleshooting
62
-
*How to debug and troubleshoot the extension.*
39
+
Check log files.
63
40
64
41
65
42
## Support
@@ -70,19 +47,7 @@ Although these utilities are unsupported, please let us know if you have any pro
70
47
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).
71
48
72
49
### 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*
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
91
56
92
57
## Categories
93
58
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
97
60
98
61
99
62
# Change log
100
63
Changes for each version of the extension.
101
64
102
65
Version | Author | Comment
103
66
--------|--------|--------
104
-
1.0 | ${env.USERNAME} | First version of the extension.
67
+
1.0 | CA Technologies | First version of the extension.
0 commit comments