Files
ping_service/config.yaml
2025-12-29 23:17:09 +02:00

14 lines
333 B
YAML

input_file: "http://localhost:8080"
# input_file: "./ips.txt"
# input_file: /run/ping_service/input.sock
output_file: "http://localhost:8081"
# output_file: "results.json"
# output_file: /run/ping_service/output.sock
interval_seconds: 30
cooldown_minutes: 10
enable_traceroute: true
traceroute_max_hops: 30
health_check_port: 8090