mirror of
https://github.com/recklessop/zroc.git
synced 2026-07-05 13:53:15 -04:00
Update README.md
This commit is contained in:
@@ -43,7 +43,7 @@ Edit docker-compose.yml, and provide values for the following variables for the
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
zertoexporter:
|
zertoexporter:
|
||||||
image: recklessop/zerto-exporter:latest
|
image: recklessop/zerto-exporter:stable
|
||||||
command: python python-node-exporter.py
|
command: python python-node-exporter.py
|
||||||
ports:
|
ports:
|
||||||
- "9999:9999" # edit the port for each additional exporter, in this case it was changed to 9998
|
- "9999:9999" # edit the port for each additional exporter, in this case it was changed to 9998
|
||||||
@@ -76,7 +76,7 @@ For each site you want to monitor you need to have an exporter configured like t
|
|||||||
zertoexporter:
|
zertoexporter:
|
||||||
container_name: zvmexporter1
|
container_name: zvmexporter1
|
||||||
hostname: zvmexporter1 # this hostname will need to be set in the prometheus.yaml file as well
|
hostname: zvmexporter1 # this hostname will need to be set in the prometheus.yaml file as well
|
||||||
image: recklessop/zerto-exporter:latest
|
image: recklessop/zerto-exporter:stable
|
||||||
command: python python-node-exporter.py
|
command: python python-node-exporter.py
|
||||||
ports:
|
ports:
|
||||||
- "9999:9999"
|
- "9999:9999"
|
||||||
|
|||||||
Reference in New Issue
Block a user