prometheus/blackbox_exporter

Implement DHCP

rdelaage opened this issue · 2 comments

Hi all!

I would like to monitor a DHCP server and collect some statistics (mostly duration). DHCP is built on UDP. I saw #184 but I think it would be better to implement a specific prober (like for the DNS protocol).

I would enjoy helping you with this task :)

This is an interesting idea. But maybe due to the complexity of handling DHCP packets it's worth making this a separate exporter/prober first.

Do you have an example collector for this? What Go libraries would you need?