環境:centos7、prometheus2.24、grafana 1、下載插件blackbox_exporter https://github.com/prometheus/blackbox_exporter/releases wget https://github.com ...
一 ICMP監控配置 . 修改Prometheus Server配置文件 root prometheus : cat usr local prometheus prometheus.yml ICMP 檢測 job name: ping status metrics path: probe params: module: icmp static configs: targets: . . . . . ...
2021-11-17 22:12 0 1575 推薦指數:
環境:centos7、prometheus2.24、grafana 1、下載插件blackbox_exporter https://github.com/prometheus/blackbox_exporter/releases wget https://github.com ...
端口監控配置 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. ...
blackbox配置文件 blackbox-exporter apiVersion: v1kind: Servicemetadata: annotations: prometheus/scrape: "true" labels: name ...
概述:本文為記錄監控web網站進行探活告警記錄 一、Blackbox_exporter 應用場景 1、HTTP 測試定義 Request Header 信息判斷 Http status / Http Respones Header / Http Body 內容 2、TCP 測試業務組件端口 ...
一、blackbox_exporter應用場景 HTTP 測試: 定義 Request Header 信息、判斷 Http status / Http Respones Header / Http Body 內容TCP 測試: 業務組件端口狀態監聽、應用層協議定義與監聽ICMP 測試: 主機 ...
: prometheus-blackbox-exporter namespace: monitoring data: ...
一、blackbox_exporter應用場景 HTTP 測試: 定義 Request Header 信息、判斷 Http status / Http Respones Header / Http Body 內容TCP 測試: 業務組件端口狀態監聽、應用層協議定義與監聽ICMP 測試: 主機 ...