Launch the exporter using the docker command according to the following:
docker run -d -p 9490:9490 --rm --name pure-fa-om-exporter quay.io/purestorage/pure-fa-om-exporter:<version>This Docker Compose manifest starts up three Services, prometheus, grafana and the pure-fa-openmetrics exporter. Each Service has a basic configuration to help you get off the ground as fast as possible with this monitoring stack.
- Edit
./prometheus/prometheus.ymlfor the scrape configuration for your enviroment. A basic implementation is provided for a single Array, its Hosts and Volumes. You will need to updateauthorization.credentialandparams.endpointin each scrape config. - Change your working directory to the same as the
docker-compose.yamlfile - Then use
docker-compose upto launch the monitoring stack. - Open a browser to http://localhost:3000. The username is
adminand the password isadmin!.