RedHatInsights / insights-frontend

Web frontend for Insights
https://access.redhat.com/insights
7 stars 7 forks source link

Modify Slackbot webhook example for demo #354

Open Robcwilliams opened 6 years ago

Robcwilliams commented 6 years ago

Slackbot worked on by Jozef in 3.3 highlights a key item to actively notify users of critical issues. We will be using this in our demo story and having slack notify the presenter. This will require some tweaking so we get exactly what we want for the show.

https://docs.google.com/document/d/1oBDyjvwgfkA7EzkQ0GLDkY4BL3-B6b-SWtE9vV_qHUg/edit#heading=h.w92nfu7ozrgz

jharting commented 6 years ago

Stand up new instance of Webhook Bot & point to Slack channel made for demo

A new instance can be configured and spinned up on demand. The Openshift template is ready https://github.com/RedHatInsights/insights-slackbot/blob/master/openshift-template.yaml

Modify to only look for a set of specific hosts (filter out other noise for demo)

This is implemented by limiting a webhook to a particular group. Pending release https://github.com/RedHatInsights/insights-frontend/pull/375

Maybe use @here functionality for notification on demo-er’s screen

This is implemented for @here. @Robcwilliams do you prefer @here over @channel or should I add both?

Links provided will want to send user to specific satellite URL rather than portal

This is configurable when configuring a slackbot instance https://github.com/RedHatInsights/insights-slackbot/blob/master/README.md