Charmed Blackbox Exporter

  • Canonical Observability
Channel Revision Published Runs on
latest/stable 17 28 Aug 2024
Ubuntu 22.04 Ubuntu 20.04
latest/stable 1 16 Jan 2024
Ubuntu 22.04 Ubuntu 20.04
latest/candidate 17 22 Aug 2024
Ubuntu 22.04 Ubuntu 20.04
latest/candidate 1 12 Dec 2023
Ubuntu 22.04 Ubuntu 20.04
latest/beta 17 01 Aug 2024
Ubuntu 22.04 Ubuntu 20.04
latest/beta 1 22 Nov 2023
Ubuntu 22.04 Ubuntu 20.04
latest/edge 17 26 Jul 2024
Ubuntu 22.04 Ubuntu 20.04
latest/edge 1 08 Jun 2021
Ubuntu 22.04 Ubuntu 20.04
juju deploy blackbox-exporter-k8s --channel edge
Show information

Platform:

Learn about configurations >

  • config_file | string

    Blackbox Exporter configuration file (yaml). Refer to https://github.com/prometheus/blackbox_exporter/blob/master/CONFIGURATION.md for full details.

  • cpu | string

    K8s cpu resource limit, e.g. "1" or "500m". Default is unset (no limit). This value is used for the "limits" portion of the resource requirements (the "requests" portion is automatically deduced from it). See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

  • memory | string

    K8s memory resource limit, e.g. "1Gi". Default is unset (no limit). This value is used for the "limits" portion of the resource requirements (the "requests" portion is automatically deduced from it). See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

  • probes_file | string

    Scrape config for Prometheus in a file (yaml). Refer to https://github.com/prometheus/blackbox_exporter#prometheus-configuration for full details.