multi-site readiness and VRA CPU and Memory

Added Site ID and Site Name to every metric. Moved all VRA metrics to a separate thread and started collecting VRA CPU and Memory usage from vCenter API.
This commit is contained in:
2023-03-23 08:01:21 -04:00
parent fbc68dc794
commit 94a3822353
4 changed files with 250 additions and 75 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# version.py
VERSION = "1.0.1"
VERSION = "1.2.0"
def main():
# Put your main program code here