Link

Receive Signals from AppDynamics Health Rule Violations

Integration Overview

  1. Configure API Access for Creating Root Cause Reports as Monitor Events.
  2. Create an AppDynamics Integration in Zebrium to Receive Signals from AppDynamics.
  3. Create HTTP Request Template in AppDynamics to send Signals to Zebrium.

Integration Details

STEP 1: Configure API Access for Creating Root Cause Reports as Monitor Events

  1. From the Gear Icon, click on Administration.
  2. Click on the API Clients tab and click Create.
  3. Enter a Client Name and save for later use when configuring Zebrium.
  4. Enter a Description
  5. Generate a Secret and save for later use when configuring Zebrium.
  6. Add minimum Roles required to create a Monitor Event (VERIFY WITH APPD).
  7. Click the Save button.

STEP 2: Create an AppDynamics Integration in Zebrium to Receive Signals from AppDynamics

Prerequisites needed for Zebrium configuration

  • Controller URL for the application being monitored (from the My AppDynamics Accounts page)
  • Account Name (from the My AppDynamics Accounts page).
  • Application Id for the application being monitored (this number can be found in your browser URL when viewing the Application) VERIFY WITH APPD.
  • API Client Name (from step 3 under Configuring API Access above).
  • Client Secret (from step 5 under Configuring API Access above).
  1. From the User menu area in Zebrium, click on the Settings (hamburger) Menu.
  2. Select Integrations.
  3. Scroll to the Observability Dashboards section and click on AppDynamics.
  4. Click on the Create a New Integration button.
  5. Click on the General tab.
  6. Enter an Integration Name for this integration.
  7. Select the Deployment for the integration.
  8. Select the Service Group(s) for the integration.
  9. Click on the Receive Signals tab.
  10. Click on the Enabled button.
  11. Enter all the information listed above in the Prerequisites.
  12. Click the Save button.
  13. Copy the Webhook URL and save for use in STEP 3 and click OK.

STEP 3: Create HTTP Request Template in AppDynamics to send Signals to Zebrium

  1. Click on the Alert & Respond tab at the top of the window.
  2. Click on HTTP Request Templates from the navigation pane on the left side.
  3. Click New.
  4. Enter a Name for the template.
  5. Under Request URL, select POST as the method.
  6. Enter the Inbound Webhook URL from STEP 2.
  7. Select UTF-8 encoding.
  8. Under Authentication, select NONE as the type.
  9. Under Payload, select application/json as the MIME Type
  10. Select UTF-8 as the Payload Encoding.
  11. In the Payload Text Box enter:
    {  "event_time" : "${latestEvent.eventTime}", "event_type" : "zebrium"  }
    
  12. Enter desired Response Handling Criteria and Settings
  13. Click Test
  14. Successful configuration will return: Response Status: 200 OK Response Payload: Processed signal: success
  15. You can now create an Action to send an HTTP Request using the template you just created and use these Actions in your Health Rule Policies for your monitored Application.

Support

If you need help with this integration, please contact Zebrium by sending email to support@zebrium.com.