Isilon / isilon_data_insights_connector

Connector to fetch stats from OneFS and push them to InfluxDB/Grafana
MIT License
76 stars 36 forks source link

Add support for Python 3 #82

Closed tenortim closed 4 years ago

tenortim commented 4 years ago

The collector needs to support Python 3 ( and should ultimately be rewritten to use Python 3 and the async model for collection).

tenortim commented 4 years ago

Fixed by pull requests #83 and #84