blackbox_exporter.git
8 years agoMerge pull request #33 from hudashot/tcp_ssl
Brian Brazil [Sun, 28 Feb 2016 18:58:16 +0000 (18:58 +0000)]
Merge pull request #33 from hudashot/tcp_ssl

Support TLS in TCP connections

8 years agoSupport TLS in TCP connectionst
hudashot [Sun, 14 Feb 2016 21:53:32 +0000 (21:53 +0000)]
Support TLS in TCP connectionst

This depends on prometheus/common#31

8 years agoMerge pull request #31 from flecno/patch-1
Brian Brazil [Tue, 2 Feb 2016 21:14:51 +0000 (21:14 +0000)]
Merge pull request #31 from flecno/patch-1

Fix typo

8 years agoFix typo
Timo Zingel [Tue, 2 Feb 2016 20:47:14 +0000 (21:47 +0100)]
Fix typo

8 years agoMerge pull request #30 from RichiH/fix/update_Makefil
Brian Brazil [Wed, 27 Jan 2016 08:56:50 +0000 (08:56 +0000)]
Merge pull request #30 from RichiH/fix/update_Makefil

Update Makefile.COMMON from utils repo

8 years agoUpdate Makefile.COMMON from utils repo
Richard Hartmann [Wed, 27 Jan 2016 07:25:43 +0000 (08:25 +0100)]
Update Makefile.COMMON from utils repo

8 years agoMerge pull request #21 from stapelberg/feature-banner
Brian Brazil [Thu, 3 Dec 2015 08:12:15 +0000 (08:12 +0000)]
Merge pull request #21 from stapelberg/feature-banner

tcp: query_response matching

8 years agoImplement query_response matching for the tcp prober.
Michael Stapelberg [Tue, 1 Dec 2015 22:34:24 +0000 (23:34 +0100)]
Implement query_response matching for the tcp prober.

fixes #13

8 years agotcp_test: fix failing net.Listen by specifying :0 as port
Michael Stapelberg [Tue, 1 Dec 2015 21:25:27 +0000 (22:25 +0100)]
tcp_test: fix failing net.Listen by specifying :0 as port

8 years agoMerge pull request #19 from stapelberg/master
Brian Brazil [Tue, 1 Dec 2015 10:32:11 +0000 (10:32 +0000)]
Merge pull request #19 from stapelberg/master

http: implement FailIfRegexp and FailIfNotRegexp

8 years agohttp: implement FailIfRegexp and FailIfNotRegexp
Michael Stapelberg [Tue, 24 Nov 2015 17:39:41 +0000 (18:39 +0100)]
http: implement FailIfRegexp and FailIfNotRegexp

fixes #12

8 years agoMerge pull request #17 from RichiH/fix/readme
Brian Brazil [Wed, 25 Nov 2015 12:50:48 +0000 (12:50 +0000)]
Merge pull request #17 from RichiH/fix/readme

README.md: Point probe to prometheus.io

8 years agohttp: abort probing when request could not be created
Michael Stapelberg [Tue, 24 Nov 2015 17:10:48 +0000 (18:10 +0100)]
http: abort probing when request could not be created

As per https://play.golang.org/p/4keb0zznDB, passing a nil http.Request
to Client.Do() results in a runtime error.

8 years agoREADME.md: Point probe to prometheus.io
Richard Hartmann [Tue, 24 Nov 2015 11:38:54 +0000 (12:38 +0100)]
README.md: Point probe to prometheus.io

8 years agoMerge pull request #11 from prometheus/brian-brazil-patch-1
Julius Volz [Sat, 14 Nov 2015 14:15:10 +0000 (15:15 +0100)]
Merge pull request #11 from prometheus/brian-brazil-patch-1

Mention ICMP

8 years agoMention ICMP
Brian Brazil [Sat, 14 Nov 2015 14:09:14 +0000 (14:09 +0000)]
Mention ICMP

8 years agoDefault port is now added after relabelling
Brian Brazil [Mon, 9 Nov 2015 11:45:39 +0000 (11:45 +0000)]
Default port is now added after relabelling

Update in forward compatible way for https://github.com/prometheus/prometheus/pull/1204

8 years agoMerge pull request #9 from jbarratt/dockerfile
Brian Brazil [Thu, 22 Oct 2015 10:45:06 +0000 (11:45 +0100)]
Merge pull request #9 from jbarratt/dockerfile

Added basic Dockerfile support & documentation

8 years agoAdded basic Dockerfile support & documentation
Joshua Barratt [Wed, 21 Oct 2015 22:09:06 +0000 (15:09 -0700)]
Added basic Dockerfile support & documentation

8 years agoMerge pull request #8 from lyda/go1.5
Brian Brazil [Wed, 21 Oct 2015 08:37:00 +0000 (09:37 +0100)]
Merge pull request #8 from lyda/go1.5

Switch to go version 1.5.1.

8 years agoUpdated with latest Makefile.COMMON from util.
Kevin Lyda [Wed, 21 Oct 2015 08:13:06 +0000 (09:13 +0100)]
Updated with latest Makefile.COMMON from util.

8 years agoMerge pull request #7 from lyda/readme-fix
Brian Brazil [Wed, 21 Oct 2015 00:12:01 +0000 (01:12 +0100)]
Merge pull request #7 from lyda/readme-fix

Have the example url match the example config.

8 years agoHave the example url match the example config.
Kevin Lyda [Tue, 20 Oct 2015 13:17:34 +0000 (14:17 +0100)]
Have the example url match the example config.

8 years agoSwitch to go version 1.5.1.
Kevin Lyda [Tue, 20 Oct 2015 13:15:53 +0000 (14:15 +0100)]
Switch to go version 1.5.1.

Now will match other prometheus projects.

9 years agoMerge pull request #2 from prometheus/unittests
Brian Brazil [Thu, 17 Sep 2015 15:33:49 +0000 (16:33 +0100)]
Merge pull request #2 from prometheus/unittests

Add unittests for http and tcp.

9 years agoAdd unittests for http and tcp.
Brian Brazil [Thu, 17 Sep 2015 14:06:21 +0000 (15:06 +0100)]
Add unittests for http and tcp.

Fix bug in default status codes accepted by http.
Allow for how redirect errors are handled.

9 years agoFix more url parameters
Brian Brazil [Wed, 9 Sep 2015 16:32:14 +0000 (17:32 +0100)]
Fix more url parameters

9 years agoFix param name in config example
Brian Brazil [Wed, 9 Sep 2015 16:31:27 +0000 (17:31 +0100)]
Fix param name in config example

9 years agoCan't have ' in target
Brian Brazil [Mon, 7 Sep 2015 12:30:12 +0000 (13:30 +0100)]
Can't have ' in target

9 years agoFix module name in example
Brian Brazil [Mon, 7 Sep 2015 12:17:13 +0000 (13:17 +0100)]
Fix module name in example

9 years agoFix link on status page
Brian Brazil [Mon, 7 Sep 2015 12:10:19 +0000 (13:10 +0100)]
Fix link on status page

9 years agoCorrect typo. mention icmp needs perms
Brian Brazil [Mon, 7 Sep 2015 11:10:30 +0000 (12:10 +0100)]
Correct typo. mention icmp needs perms

9 years agoMake http method configurable
Brian Brazil [Sun, 6 Sep 2015 06:57:59 +0000 (07:57 +0100)]
Make http method configurable

9 years agoImprove landing page
Brian Brazil [Sun, 6 Sep 2015 06:40:09 +0000 (07:40 +0100)]
Improve landing page

9 years agoCheck content of icmp echo reply
Brian Brazil [Sun, 6 Sep 2015 06:23:58 +0000 (07:23 +0100)]
Check content of icmp echo reply

9 years agoMerge pull request #1 from fabxc/fmt
Brian Brazil [Sun, 6 Sep 2015 05:32:15 +0000 (06:32 +0100)]
Merge pull request #1 from fabxc/fmt

Format code

9 years agoFormat code
Fabian Reinartz [Sat, 5 Sep 2015 23:41:46 +0000 (01:41 +0200)]
Format code

9 years agoAdd config docs
Brian Brazil [Sat, 5 Sep 2015 19:39:38 +0000 (20:39 +0100)]
Add config docs

9 years agoAdd ICMP support
Brian Brazil [Sat, 5 Sep 2015 19:16:32 +0000 (20:16 +0100)]
Add ICMP support

9 years agoAdd all the project infrastructure, use assigned port
Brian Brazil [Sat, 5 Sep 2015 17:37:28 +0000 (18:37 +0100)]
Add all the project infrastructure, use assigned port

9 years agoFill out http/ssl features. Add tcp connection check
Brian Brazil [Sat, 5 Sep 2015 17:07:19 +0000 (18:07 +0100)]
Fill out http/ssl features. Add tcp connection check

9 years agoMove probers to subdir, so more can be added
Brian Brazil [Sat, 5 Sep 2015 14:51:52 +0000 (15:51 +0100)]
Move probers to subdir, so more can be added

9 years agoInitial HTTP prober
Brian Brazil [Sat, 5 Sep 2015 14:37:10 +0000 (15:37 +0100)]
Initial HTTP prober