Commit451 / skyhook

Parses webhooks and forwards them in the proper format to Discord.
https://commit451.github.io/skyhook-web
MIT License
367 stars 95 forks source link

Pingdom check name not included in discord #191

Closed Einarsson closed 2 years ago

Einarsson commented 2 years ago

According to the code, the title of the message should be:

title: this.body.check_name + ' - State changed',

but the discord message looks like this: image

Einarsson commented 2 years ago

Update: It runs in local, you just need to redeploy last version. :)

dscalzi commented 2 years ago

@Jawnnypoo

Einarsson commented 2 years ago

Seems to be working now. Thank you!

Jawnnypoo commented 2 years ago

Yep, deployed last night. Thanks!