Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 992 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 992 Bytes

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