log2timeline / plaso

Super timeline all the things
https://plaso.readthedocs.io
Apache License 2.0
1.71k stars 334 forks source link

foreman: add psutil 2.x support #22

Closed joachimmetz closed 9 years ago

kiddinn commented 9 years ago

I'll add this support

kiddinn commented 9 years ago

The issue here is that with version 2.X of psutils the API got drastically changed and thus the foreman does not work...

Need to support both versions for now since some platforms are still distributing version 1.X of psutils

kiddinn commented 9 years ago

http://codereview.appspot.com/181610043

adding support for both versions

kiddinn commented 9 years ago

adding @archey to this issue, to test once code has been pushed in.

kiddinn commented 9 years ago

code submitted: cbba0d8f76371f0a8d7a7003305bb29d6d9a7db2

@archey could you confirm?

archey commented 9 years ago

Will do, I'll you know what I find out after testing

archey commented 9 years ago

We have tested this, everyting appears to be working. We are going to deploy the git version as it is updated.

kiddinn commented 9 years ago

forgot to reply back, great, good to know.