summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Christoph Hack [Thu, 31 Mar 2016 09:59:51 +0000 (11:59 +0200)]
added http headers example to the README.md
Christoph Hack [Thu, 31 Mar 2016 09:29:18 +0000 (11:29 +0200)]
configureable http headers for the http probe
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
hudashot [Sun, 14 Feb 2016 21:53:32 +0000 (21:53 +0000)]
Support TLS in TCP connectionst
This depends on prometheus/common#31
Brian Brazil [Tue, 2 Feb 2016 21:14:51 +0000 (21:14 +0000)]
Merge pull request #31 from flecno/patch-1
Fix typo
Timo Zingel [Tue, 2 Feb 2016 20:47:14 +0000 (21:47 +0100)]
Fix typo
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
Richard Hartmann [Wed, 27 Jan 2016 07:25:43 +0000 (08:25 +0100)]
Update Makefile.COMMON from utils repo
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
Michael Stapelberg [Tue, 1 Dec 2015 22:34:24 +0000 (23:34 +0100)]
Implement query_response matching for the tcp prober.
fixes #13
Michael Stapelberg [Tue, 1 Dec 2015 21:25:27 +0000 (22:25 +0100)]
tcp_test: fix failing net.Listen by specifying :0 as port
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
Michael Stapelberg [Tue, 24 Nov 2015 17:39:41 +0000 (18:39 +0100)]
http: implement FailIfRegexp and FailIfNotRegexp
fixes #12
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
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.
Richard Hartmann [Tue, 24 Nov 2015 11:38:54 +0000 (12:38 +0100)]
README.md: Point probe to prometheus.io
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
Brian Brazil [Sat, 14 Nov 2015 14:09:14 +0000 (14:09 +0000)]
Mention ICMP
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
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
Joshua Barratt [Wed, 21 Oct 2015 22:09:06 +0000 (15:09 -0700)]
Added basic Dockerfile support & documentation
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.
Kevin Lyda [Wed, 21 Oct 2015 08:13:06 +0000 (09:13 +0100)]
Updated with latest Makefile.COMMON from util.
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.
Kevin Lyda [Tue, 20 Oct 2015 13:17:34 +0000 (14:17 +0100)]
Have the example url match the example config.
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.
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.
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.
Brian Brazil [Wed, 9 Sep 2015 16:32:14 +0000 (17:32 +0100)]
Fix more url parameters
Brian Brazil [Wed, 9 Sep 2015 16:31:27 +0000 (17:31 +0100)]
Fix param name in config example
Brian Brazil [Mon, 7 Sep 2015 12:30:12 +0000 (13:30 +0100)]
Can't have ' in target
Brian Brazil [Mon, 7 Sep 2015 12:17:13 +0000 (13:17 +0100)]
Fix module name in example
Brian Brazil [Mon, 7 Sep 2015 12:10:19 +0000 (13:10 +0100)]
Fix link on status page
Brian Brazil [Mon, 7 Sep 2015 11:10:30 +0000 (12:10 +0100)]
Correct typo. mention icmp needs perms
Brian Brazil [Sun, 6 Sep 2015 06:57:59 +0000 (07:57 +0100)]
Make http method configurable
Brian Brazil [Sun, 6 Sep 2015 06:40:09 +0000 (07:40 +0100)]
Improve landing page
Brian Brazil [Sun, 6 Sep 2015 06:23:58 +0000 (07:23 +0100)]
Check content of icmp echo reply
Brian Brazil [Sun, 6 Sep 2015 05:32:15 +0000 (06:32 +0100)]
Merge pull request #1 from fabxc/fmt
Format code
Fabian Reinartz [Sat, 5 Sep 2015 23:41:46 +0000 (01:41 +0200)]
Format code
Brian Brazil [Sat, 5 Sep 2015 19:39:38 +0000 (20:39 +0100)]
Add config docs
Brian Brazil [Sat, 5 Sep 2015 19:16:32 +0000 (20:16 +0100)]
Add ICMP support
Brian Brazil [Sat, 5 Sep 2015 17:37:28 +0000 (18:37 +0100)]
Add all the project infrastructure, use assigned port
Brian Brazil [Sat, 5 Sep 2015 17:07:19 +0000 (18:07 +0100)]
Fill out http/ssl features. Add tcp connection check
Brian Brazil [Sat, 5 Sep 2015 14:51:52 +0000 (15:51 +0100)]
Move probers to subdir, so more can be added
Brian Brazil [Sat, 5 Sep 2015 14:37:10 +0000 (15:37 +0100)]
Initial HTTP prober