Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 643 Bytes

README.md

File metadata and controls

48 lines (36 loc) · 643 Bytes

icmp-go-agent

poke ICMP checker agent

Configuration

icmp-go-agent will look for configuration files in this order:

  • /etc/poke-icmp-agent/
  • $HOME/.poke-icmp-agent
  • . (current folder)

You can override every configuration entry with environement variables. Ex:

export POKE_ICMP_AGENT_HOST=1.icmp-checker.poke.io

Needed configuration:

host: 1.icmp-checker.poke.io
zone: gra
timeout: 1s
kafka:
  brokers:
    - kafka.poke.io:9092
  user: kafkaUser
  password: kafkaPassword
  topics:
    - check-icmp

Build

Local version:

make init
make dep
make build

Distribution version:

make dist