blackbox_exporter.git
2016-08-31 Steve DurrheimerMerge pull request #61 from prometheus/sdurrheimer...
2016-08-30 Steve DurrheimerUse promu default go version + use 1.6 tag for cicleci...
2016-07-16 Brian BrazilFix version
2016-07-16 Brian BrazilPrepare for 0.2.0 release
2016-07-13 Steve DurrheimerMerge pull request #48 from prometheus/grobie/use-stati...
2016-07-13 Tobias SchmidtRename target_groups to static_configs
2016-06-29 Brian BrazilMerge pull request #44 from knyar/dns
2016-06-28 Anton TolchanovAdd DNS support (fix #25)
2016-06-27 Anton TolchanovAdd github.com/miekg/dns to vendor
2016-05-31 Brian BrazilMerge pull request #40 from lae/docs/icmp-does-not...
2016-05-31 Musee UllahAdd notes about setting cap_net_raw for ICMP module
2016-05-15 Brian BrazilMerge pull request #39 from prometheus/sdurrheimer...
2016-05-14 Steve DurrheimerUse common/version package
2016-05-14 Steve DurrheimerMove to common/log package
2016-05-14 Steve DurrheimerAdd missing license headers
2016-05-14 Steve DurrheimerNew release process using docker, circleci and a centra...
2016-04-08 Brian BrazilNow developing 0.2.0
2016-04-04 Brian BrazilVendor dependencies.
2016-03-31 Brian BrazilMerge pull request #36 from tux21b/headers
2016-03-31 Christoph Hackadded http headers example to the README.md
2016-03-31 Christoph Hackconfigureable http headers for the http probe
2016-02-28 Brian BrazilMerge pull request #33 from hudashot/tcp_ssl
2016-02-28 hudashotSupport TLS in TCP connectionst
2016-02-02 Brian BrazilMerge pull request #31 from flecno/patch-1
2016-02-02 Timo ZingelFix typo
2016-01-27 Brian BrazilMerge pull request #30 from RichiH/fix/update_Makefil
2016-01-27 Richard HartmannUpdate Makefile.COMMON from utils repo
2015-12-03 Brian BrazilMerge pull request #21 from stapelberg/feature-banner
2015-12-03 Michael StapelbergImplement query_response matching for the tcp prober.
2015-12-01 Michael Stapelbergtcp_test: fix failing net.Listen by specifying :0 as...
2015-12-01 Brian BrazilMerge pull request #19 from stapelberg/master
2015-12-01 Michael Stapelberghttp: implement FailIfRegexp and FailIfNotRegexp
2015-11-25 Brian BrazilMerge pull request #17 from RichiH/fix/readme
2015-11-24 Michael Stapelberghttp: abort probing when request could not be created
2015-11-24 Richard HartmannREADME.md: Point probe to prometheus.io
2015-11-14 Julius VolzMerge pull request #11 from prometheus/brian-brazil...
2015-11-14 Brian BrazilMention ICMP
2015-11-09 Brian BrazilDefault port is now added after relabelling
2015-10-22 Brian BrazilMerge pull request #9 from jbarratt/dockerfile
2015-10-21 Joshua BarrattAdded basic Dockerfile support & documentation
2015-10-21 Brian BrazilMerge pull request #8 from lyda/go1.5
2015-10-21 Kevin LydaUpdated with latest Makefile.COMMON from util.
2015-10-21 Brian BrazilMerge pull request #7 from lyda/readme-fix
2015-10-20 Kevin LydaHave the example url match the example config.
2015-10-20 Kevin LydaSwitch to go version 1.5.1.
2015-09-17 Brian BrazilMerge pull request #2 from prometheus/unittests
2015-09-17 Brian BrazilAdd unittests for http and tcp.
2015-09-09 Brian BrazilFix more url parameters
2015-09-09 Brian BrazilFix param name in config example
2015-09-07 Brian BrazilCan't have ' in target
2015-09-07 Brian BrazilFix module name in example
2015-09-07 Brian BrazilFix link on status page
2015-09-07 Brian BrazilCorrect typo. mention icmp needs perms
2015-09-06 Brian BrazilMake http method configurable
2015-09-06 Brian BrazilImprove landing page
2015-09-06 Brian BrazilCheck content of icmp echo reply
2015-09-06 Brian BrazilMerge pull request #1 from fabxc/fmt
2015-09-05 Fabian ReinartzFormat code
2015-09-05 Brian BrazilAdd config docs
2015-09-05 Brian BrazilAdd ICMP support
2015-09-05 Brian BrazilAdd all the project infrastructure, use assigned port
2015-09-05 Brian BrazilFill out http/ssl features. Add tcp connection check
2015-09-05 Brian BrazilMove probers to subdir, so more can be added
2015-09-05 Brian BrazilInitial HTTP prober