You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have read the documentation for Opsgenie/Solarwinds integration. My trigger action is working, but my reset action is not working. Has anyone had success with Solarwinds?
I know that the hook between the open and close is the alias definition, but something is not working.
My trigger action
ActionType=Create&
alias=${N=Alerting;M=AlertObjectID}-${N=Alerting;M=AlertID}&
ObjectID=${N=Alerting;M=AlertObjectID}&
NodeName=${NodeName}&
AlertID=${N=Alerting;M=AlertID}&
AlertDefID=${N=Alerting;M=AlertDefID}&
AlertName=${N=Alerting;M=AlertName}&
AlertMessage=${N=Alerting;M=AlertMessage}&
AlertDescription=${N=Alerting;M=AlertDescription}&
AlertDetailsUrl=${N=Alerting;M=AlertDetailsUrl}&
DownTime=${N=Alerting;M=DownTime}&
AcknowledgeUrl=${N=Alerting;M=AcknowledgeUrl}&
Acknowledged=${N=Alerting;M=Acknowledged}&
AcknowledgedBy=${N=Alerting;M=AcknowledgedBy}&
AcknowledgedTime=${N=Alerting;M=AcknowledgedTime;F=DateTime}&
AlertTriggerCount=${N=Alerting;M=AlertTriggerCount}&
AlertTriggerTime=${N=Alerting;M=AlertTriggerTime;F=DateTime}&
LastEdit=${N=Alerting;M=LastEdit;F=DateTime}&
ObjectType=${N=Alerting;M=ObjectType}&
Severity=${N=Alerting;M=Severity}&
TimeOfDay=${N=Alerting;M=TimeOfDay}&
DateTime=${N=Generic;M=DateTime;F=DateTime}&
responders=<comma_separated_list_of_responders>&
tags=<comma_separated_list_of_tags>
Reset Action:
alias=${N=Alerting;M=AlertObjectID}-${N=Alerting;M=AlertID}&ActionType=Close
@Scott Wright - wondered if you found a resolution for this?
Also followed the Opsgenie/Solarwinds integration documentation - and new alerts are being created, but the reset action doesn't seem to function.
The OpsGenie logs shows the following for the attempted reset actions -
Error occurred while processing incomingData. Error: Generated alias is blank.
Using the following template for the reset action - https://github.com/opsgenie/opsgenie-integration/blob/master/solarwinds/resetActionBody.txt
Hello @Scott Wright
It does sound like your Opsgenie does not have a matching rule for your reset action, so that trigger for "reset" might be getting stuck in your "create" action. We'll be happy to help you configure your instance to how you want it, feel free to contact us at Customer Support for additional assistance!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.