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.yml
for the scrape configuration for your enviroment. A basic implementation is provided for a single Array, its Hosts and Volumes. You will need to updateauthorization.credential
andparams.endpoint
in each scrape config. - Change your working directory to the same as the
docker-compose.yaml
file - Then use
docker-compose up
to launch the monitoring stack. - Open a browser to http://localhost:3000. The username is
admin
and the password isadmin!
.