Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,559,604
Community Members
 
Community Events
185
Community Groups

Solarwinds Integration: Passing Solarwinds Variables to Opsgenie Alerts

I am passing the standard variables from Solarwinds TriggerActionBody.txt .  I'd like to customize the alert to pass volume for disk utilization alerts and reference them in Opsgenie.  If I pass them from the Trigger Action in SW to Opsgenie, how to I reference them?  Do they become draggable or do I need to define them in Custom Properties?  What is the format in the message to reference these?

For example: VolPctUsed=${N=SwisEntity;M=VolumePercentUsed}

 

1 answer

1 vote
Allen Barnard
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Jul 09, 2020

Hi Scott,

 

Please note that only Standard and Enterprise customers can make such a config change.

The field is passed as a HTTP parameter to our webhook, you can therefore call in your create alert rule by specifying it's JSON path between curly brackets (you can see JSON in the log entry entitled "[Solarwinds] Received integration request" switch to "raw" so you can see the _incomingdata.. please not do not include the _incomingdata key in your JSON path, only reference it's child keys )

 

To call it in the description of your alert, go to "Settings" => "Configured integrations" Edit the SolarWinds integration, within the description to call "VolPctUsed" you need to enter it like this:

 

{{_httpParams.VolPctUsed}}

 

For more information regarding working with fields passed by webhook please see this guide.  https://docs.opsgenie.com/docs/draggable-fields#using-raw-parameters-from-webhook-url-payload-and-headers

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events