siva-sfly

Results 5 comments of siva-sfly

Here's a gist of the seyren.log on startup https://gist.github.com/siva-sfly/f483224345a9326835219a53268fb810. I see connections made to mongodb but not to graphite initially. After a long time when a check tried to run,...

I tried making a sample connection to graphite using SSLPoke. Here's the error. Do I need some kind of ssl certs to make this work? ``` sun.security.validator.ValidatorException: PKIX path building...

@alenkacz Any idea how to fix the error I posted in the previous comment?

@alenkacz Yes, our graphite runs on https. Here's the seyren startup config. ``` GRAPHITE_URL="https://graphite.domain" export GRAPHITE_URL MONGO_URL="mongodb://localhost:27017/seyren" export MONGO_URL GRAPHITE_USERNAME="graphite_user" export GRAPHITE_USERNAME GRAPHITE_PASSWORD='graphite_pass' export GRAPHITE_PASSWORD SEYREN_URL="http://localhost:8080/seyren" export SEYREN_URL SEYREN_LOG_PATH="/var/log/seyren/" export...

@alenkacz Any new ideas based on my previous comments? We're still not able to get this working.