unofficial automated build of https://github.com/opsdis/aci-exporter
1.2K
unofficial automated build of https://github.com/opsdis/aci-exporter
docker-compose.yml
version: '2.4'
networks:
monitoring:
driver: bridge
services:
mon_aci_exporter:
image: takalele/aci-exporter:latest
container_name: mon_aci_exporter
logging:
driver: "json-file"
options:
max-size: "200k"
max-file: "10"
volumes:
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
- /dps/monitoring/mon_aci_exporter/etc/:/etc/aci-exporter
ports:
- 9643:9643/tcp
networks:
monitoring:
environment:
- ACI_EXPORTER_CONFIG=config.yaml
- ACI_EXPORTER_FABRIC_NAMES=fabric01
- ACI_EXPORTER_FABRICS_FABRIC01_USERNAME=admin
- ACI_EXPORTER_FABRICS_FABRIC01_PASSWORD=xyz
- ACI_EXPORTER_FABRICS_FABRIC01_ACI_NAME=Datacenter
- ACI_EXPORTER_FABRICS_FABRIC01_APIC=https://apic-1.fqdn,https://apic-2.fqdn,https://apic-3.fqdn
restart: unless-stopped
for the config.yaml (path /dps/monitoring/mon_aci_exporter/etc) see the git repository
Content type
Image
Digest
sha256:56643fc5f…
Size
10.5 MB
Last updated
over 1 year ago
docker pull takalele/aci-exporter