1
0
mirror of https://github.com/ribbybibby/ssl_exporter.git synced 2025-02-22 20:24:32 +02:00

16 Commits

Author SHA1 Message Date
Tomas Dabasinskas
41450add27 Update docs 2019-01-25 09:56:38 +02:00
Tomas Dabasinskas
b992e2c307 Support organization units 2019-01-25 08:14:56 +02:00
Tomas Dabasinskas
7aafd0d61c Fix the example target 2019-01-25 08:05:17 +02:00
Tomas Dabasinskas
fc34b37f2a Add gitIgnore 2019-01-25 07:58:15 +02:00
Rob Best
1fab18aeb0 Update docker instructions in the README v0.2.0 2017-12-03 12:51:40 +00:00
Rob Best
0763cff093 Increment version 2017-12-03 12:47:26 +00:00
Rob Best
1bc71085ad It looks like there's a standard approach most Prometheus exporters use when building Dockerfiles, so I'm going to adhere to that. Rather than building the binary inside the container, it's built outside and then copied into the bin dir. 2017-12-02 19:03:36 +00:00
Rob Best
a3d8b34adf Add a Makefile that adheres to the Prometheus conventions 2017-12-02 18:55:31 +00:00
Rob Best
c40c4829b2 Add dependencies to a vendor folder, like a good go project does 2017-12-02 18:54:08 +00:00
Rob Best
7572af9013 Adding some basic tests 2017-12-02 15:38:30 +00:00
Rob Best
607378a8c1
Merge pull request #1 from matthope/feature/add_dockerfile
Add Dockerfile
2017-12-02 13:39:18 +00:00
Matt Hope
0774ba2e0a Add Dockerfile 2017-12-02 00:06:37 +11:00
Rob Best
4b08b71d0c Remove duplicate certificates from the list of peer certificates. Otherwise we could run the risk of registering duplicate series. v0.1.0 2017-11-06 14:48:34 +00:00
Rob Best
a28d8f7be1 Switch to kingpin flags 2017-10-08 18:28:48 +01:00
Rob Best
e036e6415a Fix a segmentation fault that would occur when a https URL redirected to http. I've also added a block to catch cases where the response is unencrypted and removed the checks against the tagret parameter. If the target is invalid it will be caught when we make the request. 2017-10-08 18:01:03 +01:00
Rob Best
57063a77df Initial commit 2017-08-20 19:41:00 +01:00