ransomware api tracking

start tracking metrics for ransomware. No normalizing of the per 10 second metric yet, just testing that the right APIs are called and values are returned.
This commit is contained in:
2022-11-21 15:31:18 -05:00
parent 286b44ebd7
commit 50405203a5
2 changed files with 19 additions and 6 deletions
+3 -3
View File
@@ -8,9 +8,9 @@ services:
- "9999:9999"
environment:
- VERIFY_SSL=False
- ZVM_HOST=192.168.52.30
- ZVM_HOST=192.168.50.60
- ZVM_PORT=443
- CLIENT_ID=zerto-exporter
- CLIENT_SECRET=37478287-e9c3-4732-b100-5f0a374636fa
- CLIENT_ID=zvm-exporter
- CLIENT_SECRET=BObEOBlXFoTdnKPjtEXTM0HCPxa1MGOj
volumes:
- "./app:/usr/src/app:rw"