Sean Porter

Results 119 comments of Sean Porter
trafficstars

When the sensu-client goes to stop (TERM then KILL) the `sudo` process after timeout, it runs into an error `Operation not permitted`. Not sure what our options are. I've started...

The sensu-client will never be able to kill the `sudo` process as it is owned by root. The only "solution" to the problem that I am aware of is allowing...

Improved output string PR: https://github.com/sensu/sensu-spawn/pull/25

@ChrisOnToure 1. I generally start at a prefetch value of 100 and keep an eye on the result/keepalive queue in/out rates, increasing the prefetch value if I observe some back-pressure...

@ChrisOnToure have an update? I'm curious if you figured out what was causing the excessive number of connections.

@ChrisOnToure what version of RabbitMQ and Erlang are you using? RabbitMQ should be cleaning up these connections, there should only be ~2000 active connections for Sensu. Is anything else using...

@cwjohnston perhaps we introduce `settings.api[:logger][:headers]`?

@lp0 I will investigate and implement verify_peer() for the RabbitMQ Sensu Transport. Client side verification is currently done on Solaris & AIX clients due to the pure Ruby EM start_tls()...