mperham / inspeqtor-pro

Modern service monitoring, business edition.
http://contribsys.com/inspeqtor
GNU General Public License v3.0
52 stars 5 forks source link

Slack notifier missing 'url' value #3

Closed CarlosEspejo closed 8 years ago

CarlosEspejo commented 8 years ago

When I configure slack as the default alert channel

send alerts
  via slack with team example, token example-token
mperham commented 8 years ago

The docs are out of date. When you create a webhook integration Slack should give you a unique url. You just need to put that in your config:

send alerts via slack with url <URL>

Let me know if that works and I'll update the wiki. If Slack has changed how things work, let me know and we'll figure it out.

CarlosEspejo commented 8 years ago

Mike, it works great!!!

Thanks