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

How to create an opsgenie alert from powershell?

HI, I am getting an error when creating an alert in a powershell script.

The command below:

start /d "c:\lamp" lamp createAlert --message "Destination Host Unreachable from [MBT_Storage]" --source [Name] --teams "Support" --priority "P2"

produces this error:

Start-Process : A positional parameter cannot be found that accepts argument 'lamp'.
At line:1 char:1
+ start /d "c:\lamp" lamp createAlert --message "Destination Host Unrea ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Start-Process], ParameterBindingException
+ FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.StartProcessCommand

 

I can run the command successfully in a command prompt and an alert is created.

 

How can I run this command in powershell?

 

Thanks in advance

1 answer

1 accepted

0 votes
Answer accepted

I figured it out.

Posting the answer here in case anyone else runs into the same problem.

 

$str = 'start /d "c:\lamp" lamp createAlert --message "Destination Host Unreachable from [MBT_Oakleigh_Storage]" --source [MBT_Storage] --teams "Support" --priority "P2"'
CMD /c $str

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events