Prometheus NetApp solidfire-exporter queries the Solidfire API and exports the results as Prometheus metrics
Implementation is based on Solidfire 11.3 API
- Volume QoS stats
- Volume stats
- Node stats
- Fault stats
- Cluster stats
SOLIDFIRE_USER=monitoring_user
SOLIDFIRE_PASS=monitoring_password
SOLIDFIRE_RPC_ENDPOINT=https://192.168.1.1/json-rpc/11.3
INSECURE_SKIP_VERIFY=false
PORT=9987
SOLIDFIRE_USER must have administrator access to be able to gather volume qos data
Create an file with the environment variables set and pass it to docker run.
docker run --env-file=.env_file --rm -p 8080:8080 mjavier/solidfire-exporter:latest