mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-29 15:20:17 +00:00
7f25afb550
Signed-off-by: prombot <prometheus-team@googlegroups.com>
14 lines
782 B
YAML
14 lines
782 B
YAML
---
|
|
snmp_exporter_version: 0.24.0
|
|
snmp_exporter_binary_local_dir: ""
|
|
snmp_exporter_binary_url: "https://github.com/{{ _snmp_exporter_repo }}/releases/download/v{{ snmp_exporter_version }}/\
|
|
snmp_exporter-{{ snmp_exporter_version }}.linux-{{ go_arch_map[ansible_architecture] | default(ansible_architecture) }}.tar.gz"
|
|
snmp_exporter_checksums_url: "https://github.com/{{ _snmp_exporter_repo }}/releases/download/v{{ snmp_exporter_version }}/sha256sums.txt"
|
|
snmp_exporter_skip_install: false
|
|
snmp_exporter_web_listen_address: "0.0.0.0:9116"
|
|
snmp_exporter_log_level: info
|
|
|
|
# If this is empty, role will download snmp.yml file from https://github.com/prometheus/snmp_exporter.
|
|
snmp_exporter_config_file: ""
|
|
|
|
snmp_exporter_binary_install_dir: "/usr/local/bin"
|