ActionScript to provide meaningful information from AppDynamics platform
Simplest method (only if you don't already have a custom.xml):
- Download the latest release from here
- Unzip in your controller directory (e.g. if you installed to your home directory, /home/user/appdynamics/controller )
- Edit custom/actions/signifai/params.sh with your URL (given in the Sensors page for AppDynamics)
- Restart AppDynamics (
/home/user/appdynamics/controller/bin/stopController.sh && /home/user/appdynamics/controller/bin/startController.sh
)
If you do have a custom xml in custom/actions, just don't replace it with the one in the release ZIP file,
but instead add these lines between your <custom-actions>
tags:
<action>
<type>signifai</type>
<executable>notify.sh</executable>
</action>
Make sure custom/actions/signifai and all our shellscript files are present, and then restart AppDynamics as demonstrated above.