All Downloads are FREE. Search and download functionalities are using the official Maven repository.

vops.apps.prometheus-blackbox-exporter.2.2.287.source-code.configmap.yml Maven / Gradle / Ivy

Go to download

[Prometheus Blackbox Exporter](https://github.com/prometheus/blackbox_exporter) - blackbox probing of endpoints over HTTP, HTTPS and TCP.

There is a newer version: 2.2.335
Show newest version
apiVersion: v1
kind: ConfigMap
metadata:
  name: blackbox-exporter
data:
  config.yml: |-
    modules:
      http_2xx:
        prober: http
        timeout: 5s
        http:
          valid_status_codes: []  # Defaults to 2xx
          method: GET
          no_follow_redirects: false
          fail_if_ssl: false
          fail_if_not_ssl: false




© 2015 - 2025 Weber Informatics LLC | Privacy Policy