diff --git a/README.md b/README.md index 402db84..f8e7f39 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,23 @@ http://:3000 Login credentials are admin / metricdata 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. + +## Eye Candy + +Here are screenshots from the dashboards which ship with zROC. + +### Main Zerto Metrics Dashboard +Every NOC needs some eye candy right? This dashboard is great for a heads up display to see which VPGs and VMs may be falling behind in replication. +![Zerto Metrics](/images/zerto-metrics.jpg) + +### Protected VMs +This dashboard shows you how much journal storage each protected VM is using as well as how many journal disks are provisioned for each protected VM. This information is important as you approach the VRA maximums. +![Protected VMS](/images/protected-vms.jpg) + +### VRA Metrics +The goal of this dashboard is to help you understand the workload on each of your VRAs. How many outgoing VMs and disks, how many incoming VMs and disks, as well as simple things like how many vCPU and vRAM are assigned to each. (great to see if any VRAs are configured differently that the others.) It also shows you the total number of recovery volumes attached to a VRA (at recovery sites) so you can tell when your VRA is approaching the maximum number of protected volumes) +![VRA Metrics](/images/vra-dashboard.jpg) + +### Encryption Detection +This feature is in private preview. If you would like to learn more contact your Zerto account team. With Zerto Encryption Detection enabled, Zerto looks at each write that is being protected to determine if it is encrypted data or unencrypted data. The goal is to help customers detect anomalies caused by ransomware attacks in near real time. +![Encryption Detection](/images/encryption-detection.jpg) \ No newline at end of file diff --git a/images/encryption-detection.jpg b/images/encryption-detection.jpg new file mode 100644 index 0000000..e6f95e2 Binary files /dev/null and b/images/encryption-detection.jpg differ diff --git a/images/protected-vms.jpg b/images/protected-vms.jpg new file mode 100644 index 0000000..e2f39d2 Binary files /dev/null and b/images/protected-vms.jpg differ diff --git a/images/vra-dashboard.jpg b/images/vra-dashboard.jpg new file mode 100644 index 0000000..fa40fa0 Binary files /dev/null and b/images/vra-dashboard.jpg differ diff --git a/images/zerto-metrics.jpg b/images/zerto-metrics.jpg new file mode 100644 index 0000000..1ed84f7 Binary files /dev/null and b/images/zerto-metrics.jpg differ