scobal/seyren

Seyren Proxy Settings - Not Working

phateuk opened this issue · 2 comments

Having a major issue getting Seyren to communicate with slack.com using the proxy settings. My Graphite/Grafana server is sat behind our corporate firewall and the IP address of slack.com keeps changing as they don't have a static address on AWS.

I've tried the seyren v1.3.0 JAR running with the java cli and also now using the .war file within a tomcat 7 setup and it's still attempting to communicate directly rather than via a proxy. The settings I'm using in my tomcat init script are:

JAVA_OPTS='-server -Dhttps.proxyHost=IP -Dhttps.proxyPort=3128 -Dhttp.proxyHost=IP -Dhttp.proxyPort=3128 -Dhttp.nonProxyHosts=localhost'

Tried all different types of variations:

Still having no Joy. Please help! Really want to get this working

Could you try including your graphite server in the http.nonProxyHosts please?

Graphite is running on the same server as seyren, hence the localhost entry in the -Dhttp.nonProxyHosts directive.

Makes no difference with it present or not. When it's removed, seyren can still talk to graphite so indicates it's completely ignoring the entire JAVA_OPTS list of params.

Can this issue be re-opened please? Thanks.