首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏Kubernetes 与 Devops 干货分享

    Prometheus_operator使用

    namespace: monitoring spec: selector: matchLabels: app: prometheus-blackbox-exporter replicas: 1 template: metadata: labels: app: prometheus-blackbox-exporter spec name: prometheus-blackbox-exporter namespace: monitoring annotations: prometheus.io/scrape : 'true' spec: #type: NodePort selector: app: prometheus-blackbox-exporter ports: - name: name: prometheus-blackbox-exporter namespace: monitoring spec: endpoints: - interval: 30s

    1.1K20编辑于 2022-10-31
  • 来自专栏Loki

    Prometheus Operator中探针的使用

    环境准备 在使用之前,须确保你的 k8s集群内已经部署了 prometheus operator和prometheus-blackbox-exporter,如果没有安装,可使用 helm命令直接部署。 prometheus-community/prometheus-operator # 安装 blackbox-exporter helm install prometheus-community/prometheus-blackbox-exporter 提示:可以在prometheus-blackbox-exporter的 helm values 中配置。

    1.7K10编辑于 2023-01-11
  • 来自专栏东风微鸣技术博客

    监控 Kubernetes 集群证书过期时间的三种方案

    PrometheusRule CRD 做示例了, 示例如下: apiVersion: monitoring.coreos.com/v1 kind: PrometheusRule metadata: name: prometheus-blackbox-exporter spec: groups: - name: prometheus-blackbox-exporter rules: - alert: BlackboxSslCertificateWillExpireSoon

    2.7K20编辑于 2022-12-01
  • 来自专栏frytea

    Prometheus 部署 Black Exporter 黑盒监控 DNS-TCP-ICMP

    linux 软件包直接部署# apt install prometheus-blackbox-exporter 二进制部署# # 下载安装 wget https://github.com/prometheus

    1.7K20编辑于 2023-10-21
  • 来自专栏SRE运维手记

    Prometheus Operator Blackbox(黑盒)监控

    prometheus-community.github.io/helm-charts 安装blackbox,指定helm chart版本为9.1.0,观察日志无异常则安装完成 helm install kube prometheus-community/prometheus-blackbox-exporter

    1.4K10编辑于 2024-12-27
  • 来自专栏panzhixiang

    在K8S中使用helm chart部署Prometheus

    to prometheus.yml # must be a string so you have to add a | after extraScrapeConfigs: # example adds prometheus-blackbox-exporter scrape config extraScrapeConfigs: # - job_name: 'prometheus-blackbox-exporter' # metrics_path: param_target] # target_label: instance # - target_label: __address__ # replacement: prometheus-blackbox-exporter

    56910编辑于 2024-10-30
  • 来自专栏东风微鸣技术博客

    如何使用 Blackbox Exporter 监控 URL?

    prometheus-community.github.io/helm-charts helm repo update # Install chart helm install [RELEASE_NAME] prometheus-community/prometheus-blackbox-exporter

    3.6K10编辑于 2022-12-01
  • 来自专栏机器人课程与技术

    ROS之choro功能包

    Downloads cached for licensed users color-quantizer 0.7.4.4 [Approved] Downloads cached for licensed users prometheus-blackbox-exporter

    6.4K20发布于 2021-12-02
领券