This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Solarwinds Alert -> PagerDuty

Hi Thwack community, 

After some guidance please. 

We have Solarwinds Integrated with PagerDuty however I've been unable to get alerts via the HTTP POST method to work. 

It points to the PagerDuty API which is a URL. 

The BODY in my post is: (for node rebooted)

{
"payload": {
"summary": "${NodeName} has rebooted.",
"source": "${N=SwisEntity;M=Caption}",
"severity": "critical",
"component": "${N=SwisEntity;M=MachineType}",
"custom_details": {
"Description": "${N=SwisEntity;M=NodeDescription}",
"Application Name": "${N=Generic;M=Application}",
"Node": " ${N=SwisEntity;M=Caption;F=OriginalValue}",
"Last Boot Time": "${LastBoot}"
}
},
"routing_key": "${SQL: SELECT Nodes.PDIntegrationKey FROM Nodes WHERE NodeID='${NodeID}'}",
"dedup_key": "${NodeName}_reboot",
"event_action": "trigger",
"client": "SolarWinds Orion",
"client_url": "${NodeDetailsURL}"
}

I simulate this alert and i get a message saying "Error has occured"

Any ideas? 

thanks