Ryan Smith

Results 55 comments of Ryan Smith

@fabiokung it is not clear to me how we can connect logger to logplex. For example, using SYSLOG(3) ``` c #include int main() { syslog(LOG_ALERT, "hello world"); } ``` The...

Also, the reporting is chatty. Perhaps we can not report if all of the values are 0.

Verbosity level.

@mattonrails nice. One quick observation... The time is included in the syslog packet's header per RFC5424. So it is not necessary to include a start_time as long as the emitter...

Man, so excited to get Heroku's deploy events on this syntax. I am **dying** to have my dyno restart and deploys annotated on my charts.

Hello, @jakeyr. Did you know that Librato now runs l2met as a service? They have a bullet proof setup and unless you are just wanting to hack, I would highly...

As a side note, I think I am going to make a note of this in the README.

So the log line is reporting that the POST operation to librato's api timed out. You can increase the timeout on this operations via the `outlet-ttl` flag. (e.g. `$ ./l2met...

Can you provide the command you are using to sign?

@mikehale so is it a problem with the command used to generate SECRETS?