ansible-role-ping_exporter/defaults/main.yml

14 lines
226 B
YAML
Raw Permalink Normal View History

2021-10-14 13:18:33 +02:00
---
2021-10-14 21:08:17 +02:00
ping_exporter:
prometheus_host: 192.168.1.1
targets:
- 1.1.1.1
- 8.8.8.8
log_file: /var/log/ping_exporter.log
count: 4
port: 8787
frequency: 10
interval: 1
timeout: 2
family: "4"
handle_ufw: yes