Steps to Integrate AppDynamics with AlarmsOne:
To integrate AppDynamics with AlarmsOne for alarms tracking, follow the steps below.
Steps to be followed in AlarmsOne:
1. Click on Applications icon in the left panel.
2. Click on Add Application. Here, select AppDynamics under SaaS based monitoring solutions.
3. Fill in the Application Label (e.g. AppDynamics).
4. Click Add. An app specific URL will be generated. Please copy the URL.
Steps to be followed in AppDynamics:
1. Sign In to your AppDynamics account.
2. Goto Alert & Respond --> Http Request Template -->Create template.
3. Under Request URL, select the method as POST.
4. Paste the copied URL in Raw URL section.
5. In the Payload section select the MIME type as application/json.
6. Paste the below test in the given area.
{"displayname":"${latestEvent.displayName}","summary":"${latestEvent.summaryMessage}","event_id":${latestEvent.id},"eventname":"${action.name}","guid":"${latestEvent.guid}","eventtime":"${latestEvent.eventTime}","eventtype":"${latestEvent.eventType}","eventtype_key":"${latestEvent.eventTypeKey}","application_name":"${latestEvent.application.name}","node_name":"${latestEvent.node.name}","message":"${latestEvent.eventMessage}","severity":"${latestEvent.severity}","health_rule_event":"${latestEvent.healthRuleEvent}","health_rule_violation_event":"${latestEvent.healthRuleViolationEvent}","deepLink":"${latestEvent.deepLink}","health_rule_name":"${latestEvent.healthRule.name}","health_rule":"${latestEvent.healthRule.name}","incident":"${latestEvent.incident.name}","action":"${action.name}","controller_url":"${controllerUrl}","node":"${latestEvent.node.name}","policy":"${policy.name}","tier":"${latestEvent.tier.name}"}
7. Click Save.