From 2a68e569bc4d914db54d16c58b86383234e6f6ea Mon Sep 17 00:00:00 2001 From: Justin Paul Date: Tue, 21 Mar 2023 18:09:44 -0400 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d78c8f6..402db84 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,18 @@ -# eagraf -ZVM Encryption Analyzer API Grafana stack +# Zerto Resiliency Observation Console +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 -- Docker host +- Docker host (I like using Ubuntu with docker.io and docker-compose installed) - docker-compose - 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 -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. @@ -22,6 +26,6 @@ docker-compose up -d http://: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.