Scripts to monitor SolidFire performance
See http://allanmcaleavy.com/2018/05/30/solidfire-qos-part-3-monitoring/ on how to run.
Script requires the Solidfire API to be installed which is available via pip and also urllib3 & termcolor.
You will also need to supply a username and passowrd as part of the connection string
sfe = ElementFactory.create(array, "<your username>", "<your password>")