Ivan Babrou

Results 146 comments of Ivan Babrou

If you don't want debug info from debuginfod, then you don't set `DEBUGINFOD_URLS`. If you don't trust the debuginfod, then you definitely shouldn't set the variable. By default the variable...

> Why does sentry need debuginfod support in this crate? I thought sentry worked by only doing the symbolication on the sentry server. I didn't think of this, but it...

Whoa: ``` 2014/07/08 13:57:43 sending to internalEvent: "/var/log/scribe/wtf/wtf_current": DELETE 2014/07/08 13:57:43 sending to internalEvent: "/var/log/scribe/wtf/wtf_current": CREATE 2014/07/08 13:57:43 purgeEvents event: "/var/log/scribe/wtf/wtf_current": DELETE sendEvent: true 2014/07/08 13:57:43 purgeEvents event: "/var/log/scribe/wtf/wtf_current": CREATE...

@nathany I just did, it seems to be working in your version. I [migrated to it already](https://github.com/Topface/diplodocus/commit/564084ea1751d271b83ceb58e8ef133aad3a14e7), thanks! (Although I'd keep `Is*` methods in `Event`).

This one fails: ``` yaml - name: nickhammond.logrotate | Install logrotate action: "{{ansible_pkg_mgr}} pkg=logrotate state=present" ``` In Gentoo `ansible_pkg_mgr` resolves to `portage`: http://docs.ansible.com/portage_module.html Error: `msg: unsupported parameter for module: pkg`...

This project already gets metrics from running docker containers via stats api. This is why it was created. Can you explain what exactly you want and what's missing for you?

I have no plans for this (and no time, actually). Contributions are welcome, though.

Anyway, this plugin [does not seem to be useful](https://issues.apache.org/jira/browse/MESOS-2713).

dmesg does not reveal anything, netstat shows many connections (>50k) in `TIME_WAIT`, because osds open and close connections very often in problematic case.