Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this still a thing? #1

Closed
RTodorov opened this issue May 14, 2019 · 1 comment
Closed

Is this still a thing? #1

RTodorov opened this issue May 14, 2019 · 1 comment

Comments

@RTodorov
Copy link

Hello there,

Is this project still relevant? What I need to do is to trigger an alert based on a command other than /genie so I don't need to change the current process.

Is there any other way that doesn't involve hosting this code somewhere of triggering an alert with a custom command with a message like /critical everything is down, please help?

Thank you

@serhatcan
Copy link

Hey! Yes, the project is still relevant.

This example involves hosting code. If you want to create your own custom command on Slack to create an alert instead of using /genie alert, you need a way to convert the payload that Slack sends to the structure Opsgenie wants in its alert API. This usually means writing code.

Hosting is up to you. There are many options that will make it easier but be careful, you probably want it to be reliable. I suggest you go with native integrations if possible like API, monitoring integrations or Slack API which are managed by API and only try this one as the last option.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants