Enable TLS and basic authentication (#730)
authorJulien Pivotto <roidelapluie@inuits.eu>
Wed, 6 Jan 2021 19:34:11 +0000 (20:34 +0100)
committerGitHub <noreply@github.com>
Wed, 6 Jan 2021 19:34:11 +0000 (20:34 +0100)
commit10d7655502a0ed8abeb457eefc84cb04935487e5
tree4be1f69ef6ee9748b3305cd34f30fde7d3b6ad9b
parentffd84c62dcce30136f92b6c38b2be9779c7ef695
Enable TLS and basic authentication (#730)

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
176 files changed:
README.md
go.mod
go.sum
main.go
prober/http.go
vendor/github.com/alecthomas/units/bytes.go
vendor/github.com/alecthomas/units/go.mod
vendor/github.com/alecthomas/units/go.sum [new file with mode: 0644]
vendor/github.com/alecthomas/units/si.go
vendor/github.com/golang/protobuf/proto/buffer.go
vendor/github.com/golang/protobuf/proto/deprecated.go
vendor/github.com/golang/protobuf/proto/extensions.go
vendor/github.com/golang/protobuf/proto/registry.go
vendor/github.com/golang/protobuf/proto/text_encode.go
vendor/github.com/jpillora/backoff/LICENSE [new file with mode: 0644]
vendor/github.com/jpillora/backoff/README.md [new file with mode: 0644]
vendor/github.com/jpillora/backoff/backoff.go [new file with mode: 0644]
vendor/github.com/jpillora/backoff/go.mod [new file with mode: 0644]
vendor/github.com/mwitkow/go-conntrack/.travis.yml
vendor/github.com/mwitkow/go-conntrack/listener_wrapper.go
vendor/github.com/prometheus/client_golang/prometheus/desc.go
vendor/github.com/prometheus/client_golang/prometheus/histogram.go
vendor/github.com/prometheus/client_golang/prometheus/metric.go
vendor/github.com/prometheus/client_golang/prometheus/registry.go
vendor/github.com/prometheus/client_golang/prometheus/summary.go
vendor/github.com/prometheus/client_golang/prometheus/value.go
vendor/github.com/prometheus/client_golang/prometheus/wrap.go
vendor/github.com/prometheus/common/config/config.go
vendor/github.com/prometheus/common/config/http_config.go
vendor/github.com/prometheus/common/expfmt/decode.go
vendor/github.com/prometheus/common/expfmt/text_parse.go
vendor/github.com/prometheus/common/model/fnv.go
vendor/github.com/prometheus/common/model/time.go
vendor/github.com/prometheus/common/version/info.go
vendor/github.com/prometheus/exporter-toolkit/LICENSE [new file with mode: 0644]
vendor/github.com/prometheus/exporter-toolkit/https/README.md [new file with mode: 0644]
vendor/github.com/prometheus/exporter-toolkit/https/kingpinflag/flag.go [new file with mode: 0644]
vendor/github.com/prometheus/exporter-toolkit/https/tls_config.go [new file with mode: 0644]
vendor/github.com/prometheus/exporter-toolkit/https/users.go [new file with mode: 0644]
vendor/github.com/prometheus/exporter-toolkit/https/web-config.yml [new file with mode: 0644]
vendor/github.com/prometheus/procfs/Makefile.common
vendor/github.com/prometheus/procfs/cpuinfo.go
vendor/github.com/prometheus/procfs/cpuinfo_arm.go [new file with mode: 0644]
vendor/github.com/prometheus/procfs/cpuinfo_arm64.go [new file with mode: 0644]
vendor/github.com/prometheus/procfs/cpuinfo_default.go [new file with mode: 0644]
vendor/github.com/prometheus/procfs/cpuinfo_mips.go [new file with mode: 0644]
vendor/github.com/prometheus/procfs/cpuinfo_mips64.go [new file with mode: 0644]
vendor/github.com/prometheus/procfs/cpuinfo_mips64le.go [new file with mode: 0644]
vendor/github.com/prometheus/procfs/cpuinfo_mipsle.go [new file with mode: 0644]
vendor/github.com/prometheus/procfs/cpuinfo_ppc64.go [new file with mode: 0644]
vendor/github.com/prometheus/procfs/cpuinfo_ppc64le.go [new file with mode: 0644]
vendor/github.com/prometheus/procfs/cpuinfo_s390x.go [new file with mode: 0644]
vendor/github.com/prometheus/procfs/fixtures.ttar
vendor/github.com/prometheus/procfs/fscache.go [new file with mode: 0644]
vendor/github.com/prometheus/procfs/internal/util/parse.go
vendor/github.com/prometheus/procfs/kernel_random.go [new file with mode: 0644]
vendor/github.com/prometheus/procfs/mdstat.go
vendor/github.com/prometheus/procfs/mountinfo.go
vendor/github.com/prometheus/procfs/mountstats.go
vendor/github.com/prometheus/procfs/net_conntrackstat.go
vendor/github.com/prometheus/procfs/proc.go
vendor/github.com/prometheus/procfs/proc_cgroup.go [new file with mode: 0644]
vendor/github.com/prometheus/procfs/proc_fdinfo.go
vendor/github.com/prometheus/procfs/proc_maps.go
vendor/github.com/prometheus/procfs/proc_smaps.go [new file with mode: 0644]
vendor/golang.org/x/crypto/bcrypt/base64.go [new file with mode: 0644]
vendor/golang.org/x/crypto/bcrypt/bcrypt.go [new file with mode: 0644]
vendor/golang.org/x/crypto/blowfish/block.go [new file with mode: 0644]
vendor/golang.org/x/crypto/blowfish/cipher.go [new file with mode: 0644]
vendor/golang.org/x/crypto/blowfish/const.go [new file with mode: 0644]
vendor/golang.org/x/sys/internal/unsafeheader/unsafeheader.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/mkerrors.sh
vendor/golang.org/x/sys/unix/syscall_darwin.1_13.go
vendor/golang.org/x/sys/unix/syscall_darwin.go
vendor/golang.org/x/sys/unix/syscall_darwin_386.go
vendor/golang.org/x/sys/unix/syscall_darwin_amd64.go
vendor/golang.org/x/sys/unix/syscall_darwin_arm.go
vendor/golang.org/x/sys/unix/syscall_darwin_arm64.go
vendor/golang.org/x/sys/unix/syscall_linux.go
vendor/golang.org/x/sys/unix/syscall_linux_386.go
vendor/golang.org/x/sys/unix/syscall_linux_amd64.go
vendor/golang.org/x/sys/unix/syscall_linux_arm.go
vendor/golang.org/x/sys/unix/syscall_linux_arm64.go
vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go
vendor/golang.org/x/sys/unix/syscall_linux_mipsx.go
vendor/golang.org/x/sys/unix/syscall_linux_ppc64x.go
vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go
vendor/golang.org/x/sys/unix/syscall_linux_s390x.go
vendor/golang.org/x/sys/unix/syscall_linux_sparc64.go
vendor/golang.org/x/sys/unix/syscall_unix.go
vendor/golang.org/x/sys/unix/zerrors_linux.go
vendor/golang.org/x/sys/unix/zerrors_linux_386.go
vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go
vendor/golang.org/x/sys/unix/zerrors_linux_arm.go
vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go
vendor/golang.org/x/sys/unix/zerrors_linux_mips.go
vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go
vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go
vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go
vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go
vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go
vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go
vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go
vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go
vendor/golang.org/x/sys/unix/zsyscall_darwin_386.1_11.go
vendor/golang.org/x/sys/unix/zsyscall_darwin_386.go
vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.1_11.go
vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go
vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.1_11.go
vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.go
vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.1_11.go
vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go
vendor/golang.org/x/sys/unix/zsyscall_linux.go
vendor/golang.org/x/sys/unix/zsyscall_linux_386.go
vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go
vendor/golang.org/x/sys/unix/zsyscall_linux_arm.go
vendor/golang.org/x/sys/unix/zsyscall_linux_arm64.go
vendor/golang.org/x/sys/unix/zsyscall_linux_mips.go
vendor/golang.org/x/sys/unix/zsyscall_linux_mips64.go
vendor/golang.org/x/sys/unix/zsyscall_linux_mips64le.go
vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go
vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go
vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go
vendor/golang.org/x/sys/unix/zsyscall_linux_s390x.go
vendor/golang.org/x/sys/unix/zsyscall_linux_sparc64.go
vendor/golang.org/x/sys/unix/zsysctl_openbsd_386.go
vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go
vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go
vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go
vendor/golang.org/x/sys/unix/ztypes_linux.go
vendor/golang.org/x/sys/windows/dll_windows.go
vendor/golang.org/x/sys/windows/env_windows.go
vendor/golang.org/x/sys/windows/memory_windows.go
vendor/golang.org/x/sys/windows/security_windows.go
vendor/golang.org/x/sys/windows/syscall_windows.go
vendor/golang.org/x/sys/windows/zsyscall_windows.go
vendor/google.golang.org/protobuf/encoding/prototext/decode.go
vendor/google.golang.org/protobuf/encoding/prototext/encode.go
vendor/google.golang.org/protobuf/internal/descfmt/stringer.go
vendor/google.golang.org/protobuf/internal/fieldnum/descriptor_gen.go
vendor/google.golang.org/protobuf/internal/fieldsort/fieldsort.go
vendor/google.golang.org/protobuf/internal/filedesc/desc.go
vendor/google.golang.org/protobuf/internal/filedesc/desc_lazy.go
vendor/google.golang.org/protobuf/internal/impl/codec_gen.go
vendor/google.golang.org/protobuf/internal/impl/codec_message.go
vendor/google.golang.org/protobuf/internal/impl/codec_tables.go
vendor/google.golang.org/protobuf/internal/impl/convert.go
vendor/google.golang.org/protobuf/internal/impl/convert_list.go
vendor/google.golang.org/protobuf/internal/impl/convert_map.go
vendor/google.golang.org/protobuf/internal/impl/legacy_export.go
vendor/google.golang.org/protobuf/internal/impl/legacy_extension.go
vendor/google.golang.org/protobuf/internal/impl/message.go
vendor/google.golang.org/protobuf/internal/impl/message_reflect.go
vendor/google.golang.org/protobuf/internal/impl/message_reflect_field.go
vendor/google.golang.org/protobuf/internal/impl/message_reflect_gen.go
vendor/google.golang.org/protobuf/internal/impl/pointer_unsafe.go
vendor/google.golang.org/protobuf/internal/impl/validate.go
vendor/google.golang.org/protobuf/internal/impl/weak.go
vendor/google.golang.org/protobuf/internal/version/version.go
vendor/google.golang.org/protobuf/proto/checkinit.go
vendor/google.golang.org/protobuf/proto/encode.go
vendor/google.golang.org/protobuf/proto/extension.go
vendor/google.golang.org/protobuf/proto/merge.go
vendor/google.golang.org/protobuf/proto/reset.go
vendor/google.golang.org/protobuf/proto/size.go
vendor/google.golang.org/protobuf/reflect/protoreflect/proto.go
vendor/google.golang.org/protobuf/reflect/protoreflect/type.go
vendor/google.golang.org/protobuf/reflect/protoreflect/value.go
vendor/google.golang.org/protobuf/reflect/protoreflect/value_union.go
vendor/gopkg.in/yaml.v2/.travis.yml
vendor/gopkg.in/yaml.v2/apic.go
vendor/gopkg.in/yaml.v2/go.mod
vendor/gopkg.in/yaml.v2/scannerc.go
vendor/gopkg.in/yaml.v2/yaml.go
vendor/gopkg.in/yaml.v2/yamlh.go
vendor/modules.txt