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

Monitoring 7.2 cluster incorrectly tries to use 8.0 Python bindings if available #3

Closed apecoraro closed 8 years ago

apecoraro commented 8 years ago

If for some reason you only have the 8.0 Python bindings installed and you try to use the daemon to monitor a 7.2 cluster, it will exit during startup with an exception related to the fact that the 8.0 ClusterApi:get_cluster_config function won't work with a 7.2 cluster, but the exception message does not make it clear that the solution to the problem is to install the 7.2 Python bindings.

apecoraro commented 8 years ago

This should be fixed by the latest commit.