Update README.md
This commit is contained in:
@@ -1,14 +1,18 @@
|
|||||||
# eagraf
|
# Zerto Resiliency Observation Console
|
||||||
ZVM Encryption Analyzer API Grafana stack
|
zROC for short, is a docker-compose based stack that allows you to observe Zerto API data in a visual format using Prometheus and Grafana.
|
||||||
|
|
||||||
|
The custom part of this stack is the Prometheus exporter code which is developed seperately [here.](https://github.com/recklessop/Zerto_Exporter)
|
||||||
|
The rest of the stack is a standard Promethues container and a standard Grafana container. The additional configuration files in this repo will help to configure both Prometheus and Grafana so that it can be used out of the box.
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
- Docker host
|
- Docker host (I like using Ubuntu with docker.io and docker-compose installed)
|
||||||
- docker-compose
|
- docker-compose
|
||||||
- internet connectivity (only for downloading the containers)
|
- internet connectivity (only for downloading the containers)
|
||||||
|
- After initial deployment you can run this solution offline as long as it has access to the ZVM appliances that you want to get data from.
|
||||||
|
|
||||||
## Deployment
|
## Deployment
|
||||||
|
|
||||||
git clone http://www.github.com/recklessop/eagraf.git
|
git clone http://www.github.com/recklessop/zroc.git
|
||||||
|
|
||||||
|
|
||||||
Edit docker-compose.yml, change the ZVM address and API credentials, then save the docker-compose.yaml file.
|
Edit docker-compose.yml, change the ZVM address and API credentials, then save the docker-compose.yaml file.
|
||||||
@@ -22,6 +26,6 @@ docker-compose up -d
|
|||||||
|
|
||||||
http://<IP_Address_of_Docker_Host>:3000
|
http://<IP_Address_of_Docker_Host>:3000
|
||||||
|
|
||||||
Login credentials are admin / zertodata
|
Login credentials are admin / metricdata
|
||||||
|
|
||||||
There is a default dashboard with example monitoring graphs pre-defined.
|
There will be several dashboards provisioned out of the box that will help monitor most metrics. Custom graphs and custom dashboards can be added too.
|
||||||
|
|||||||
Reference in New Issue
Block a user