mirror of
https://github.com/recklessop/Zerto_Exporter.git
synced 2026-07-03 07:53:15 -04:00
50405203a5
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.
17 lines
371 B
YAML
17 lines
371 B
YAML
version: "3.3"
|
|
|
|
services:
|
|
custom-exporter-in-python:
|
|
build: .
|
|
command: python python-node-exporter.py
|
|
ports:
|
|
- "9999:9999"
|
|
environment:
|
|
- VERIFY_SSL=False
|
|
- ZVM_HOST=192.168.50.60
|
|
- ZVM_PORT=443
|
|
- CLIENT_ID=zvm-exporter
|
|
- CLIENT_SECRET=BObEOBlXFoTdnKPjtEXTM0HCPxa1MGOj
|
|
volumes:
|
|
- "./app:/usr/src/app:rw"
|