Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Psutil 3 Upgrade #350

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open

Psutil 3 Upgrade #350

wants to merge 18 commits into from

Conversation

opalmer
Copy link
Member

@opalmer opalmer commented Nov 3, 2015

This PR upgrades our sysinfo.network module to use Psutil 3.0. By doing this we're also able to remove netifaces as a dependency and simplify the code some.

@opalmer opalmer self-assigned this Nov 3, 2015
@opalmer opalmer added this to the 0.8.7 milestone Nov 3, 2015
@opalmer
Copy link
Member Author

opalmer commented Nov 3, 2015

@guidow, PTAL


elif nic.family == socket.AF_INET6:
logger.warning(
"IPv6 not yet supported in addresses() for %s", name)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While I am still in favor of supporting IPv6 eventually, until we actually officially try to do so, we should get rid of this warning, IMHO. It just clutters the logs with urgent looking warnings without actually being important at all.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be covered in 511941a

@guidow
Copy link
Contributor

guidow commented Jan 29, 2016

I'm generally in favor of removing the dependency on netifaces, but see my other comments.

@opalmer
Copy link
Member Author

opalmer commented Jan 30, 2016

@guidow, PTAL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants