Arnaud Lefebvre

Results 12 comments of Arnaud Lefebvre

> I have the same issue, and when this happen these is no way to fix it until I restart the whole OS Did you try restarting GPaste daemon? It...

@rizkyramadhan Hello, I'm pretty sure there was no progress on this one. Is this something in which you would be interested to jump-in?

I'm not sure how it's called in haproxy but they also have a backup system: https://cbonte.github.io/haproxy-dconv/configuration-1.5.html#5.2-backup I don't know if this falls into a load balancing strategy or if this...

The issue was about closing unused connections in the event `max_connections` is hit. If it is, I think it would be better to free up some unused connections that are...

What would be the requirements here ? I guess only changing the HTTP version in the response is not enough ?

@badboy you can have a look at #178, sozu is not yet compatible with OpenSSL 1.1.0 indeed

Just a thought: what happens when we start a new hour and the metric aren't yet available? Like, if it's `12:00:00`, you will most probably won't have a metric point...

The npm version seems to be quite old: `npm -v 1.4.21`, node 8 is supposed to be packaged with npm ^5. Can you try to update npm and run npm...

No, it's not. You need curl development headers to have the `` file (usually, the package is named `libcurl-dev` or something like this). You might also want to have openssl...

> Which information do you need from the API ? At least connection details (user / password / hostname / port)