How do you use cloud databases? Take the survey.
Options

Slack alerts

Hi all 

Just setting up some slack alerts and managed to get part of the way there, I suspect that there might be a firewall issue with the security settings on my browser but  getting the error: 
' Unable to send test message. Please check your settings.'
however when I put something else in the Slack WebHook URL:eg www.slack.com even though that's not right it appears to send. 
could it be an issue with the https? in https://hooks.slack.com/services/etc 
tried different browsers to no avail
How do I trace the issue 
Tagged:

Answers

  • Options
    Russell DRussell D Posts: 1,324 Diamond 5
    edited December 10, 2018 8:13AM
    I'd advise using Curl to call the web hook from the base monitor machine to check that the target can be hit, and track the request, Curl will give you any error headers if present as well. You can also track the response using Wireshark.

    There really isn't anything clever going on within Monitor, it just passes the payload to the given URL. This is almost always an environmental issue - usually firewall.
    Have you visited our Help Centre?
Sign In or Register to comment.