Skip to content
Snippets Groups Projects
  1. May 26, 2016
  2. May 25, 2016
  3. May 24, 2016
  4. May 23, 2016
  5. May 21, 2016
    • Cameron Sparr's avatar
      Set a timeout for calls to input.Gather · 4f5d5926
      Cameron Sparr authored
      Changing the internal behavior around running plugins. Each plugin
      will now have it's own goroutine with it's own ticker. This means that a
      hung plugin will not block any other plugins. When a plugin is hung, we
      will log an error message every interval, letting users know which
      plugin is hung.
      
      Currently the input interface does not have any methods for killing a
      running Gather call, so there is nothing we can do but log an "ERROR"
      and move on. This will give some visibility into the plugin that is
      acting up.
      
      closes #1230
      fixes #479
      4f5d5926
    • Cameron Sparr's avatar
      update gopsutil to commit with timeout support · 3c5c3b98
      Cameron Sparr authored
      closes #1215
      3c5c3b98
  6. May 20, 2016
  7. May 19, 2016
  8. May 18, 2016
Loading