-
Notifications
You must be signed in to change notification settings - Fork 2
/
info.txt
42 lines (31 loc) · 1.81 KB
/
info.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
The OpsGenie alerting extension is a tool that sends alerts to OpsGenie when triggered as a
custom action
-------------------------------------------------------------------------
INFO
-------------------------------------------------------------------------
Files/Folders Included:
bin - Contains class files
lib - Contains Third-party project references
src - Contains source code
doc - Contains Javadocs
dist - Contains the distribution package
(jar and license files)
build.xml - Ant build script to package the project
(only required if changing java code)
------------------------------------------------------------------------
HOW TO USE
------------------------------------------------------------------------
1. Create a custom notification by following the steps found (http://docs.appdynamics.com/display/PRO13S/Configure+Custom+Notifications#ConfigureCustomNotifications-InstallingCustomActionsontheController)
2. Copy over the contents in the 'dist' folder to the folder made in
step 1 (<controller_install_dir>/custom/actions/<directory created in step 1>/).
3. Open 'opsgenie\lib\config.properties' and update the parameters are required.
customer-key - OpsGenie authentication key
recipient-list - comma separated list of emails to send alerts to
4. Add the opsGenie.sh (Linux) or opsGenie.bat (Windows)
to the xml file created in Step 1.
------------------------------------------------------------------------
REBUILD PROJECT
------------------------------------------------------------------------
1. Go to root directory (where all the files are located) through command line
2. Type "ant" (without the quotes)
3. 'dist' will be updated with the packaged jar and libraries