18 lines
513 B
YAML
18 lines
513 B
YAML
unifi_version: latest
|
|
unifi_container_image: git.pyrocufflink.net/containerimages/unifi
|
|
unifi_storage_path: /var/lib/unifi
|
|
|
|
unifi_exporter_container_image: docker.io/jessestuart/unifi_exporter
|
|
unifi_exporter_version: v0.4.0
|
|
unifi_exporter_config:
|
|
listen:
|
|
address: :9130
|
|
metricspath: /metrics
|
|
unifi:
|
|
address: https://localhost:8443/
|
|
insecure: true
|
|
password: '{{ unifi_exporter_password }}'
|
|
site: '{{ unifi_exporter_site }}'
|
|
timeout: 5s
|
|
username: '{{ unifi_exporter_username }}'
|