概述:本文為記錄監控web網站進行探活告警記錄 一、Blackbox_exporter 應用場景 1、HTTP 測試定義 Request Header 信息判斷 Http status / Http Respones Header / Http Body 內容 2、TCP 測試業務組件端口 ...
一 安裝blackbox exporter 地址:https: github.com prometheus blackbox exporter 創建configmap blackbox.yaml 創建 創建blackcbox exporter blackbox exporter.yaml 創建 查看 測試 二 Blacakbox exporter應用 使用prometheus addition 功 ...
2020-11-20 14:12 0 1846 推薦指數:
概述:本文為記錄監控web網站進行探活告警記錄 一、Blackbox_exporter 應用場景 1、HTTP 測試定義 Request Header 信息判斷 Http status / Http Respones Header / Http Body 內容 2、TCP 測試業務組件端口 ...
環境:centos7、prometheus2.24、grafana 1、下載插件blackbox_exporter https://github.com/prometheus/blackbox_exporter/releases wget https://github.com ...
Prometheus黑盒監控 本文原文介紹出處:運維老兵Alex 什么是黑盒探針? “黑盒監控”:它指在程序外部通過探針的方法模擬訪問,獲取程序的響應指標來監控程序狀態,如請求處理時間、狀態碼等。在實際生產環境中, 往往會將兩種監控方式混合使用,以實現對應用的全方位監控 ...
blackbox配置文件 blackbox-exporter apiVersion: v1kind: Servicemetadata: annotations: prometheus/scrape: "true" labels: name ...
Blackbox_exporter blackbox_exporter 是 Prometheus 拿來對 http/https、tcp、icmp、dns、進行的黑盒監控工具 什么是黑盒監控?以下介紹是抄 zhangguanzhang 的 prometheus的黑盒監控 常規 ...
端口監控配置 prometheus.yml - job_name: "prot_status" metrics_path: /probe params: module: [tcp_connect] file_sd_configs: - files ...
URL監控配置 prometheus.yml - job_name: "http_status" metrics_path: /probe params: module: [http_2xx] # Look for a HTTP 200 response. ...
一 ICMP監控配置 1.1 修改Prometheus Server配置文件 root@prometheus-01:~# cat /usr/local/prometheus/prometheus.yml #ICMP 檢測 - job_name: 'ping_status ...