Skip to content

spagno/iscdhcpd_exporter

Repository files navigation

ISC-DHCPD exporter

CircleCI Docker Pulls Go Report Card

Building and running

Prerequisites:

  • Go compiler
  • dhcpd-pools installed on the target server

Building:

go get github.com/spagno/iscdhcpd_exporter
cd ${GOPATH-$HOME/go}/src/github.com/spagno/iscdhcpd_exporter
make
./iscdhcpd_exporter <flags>

To see all available configuration flags:

./iscdhcpd_exporter -h