端口監控配置 prometheus.yml - job_name: "prot_status" metrics_path: /probe params: module: [tcp_connect] file_sd_configs: - files ...
blackbox配置文件 blackbox exporter apiVersion: v kind: Servicemetadata: annotations: prometheus scrape: true labels: name: blackbox exporter name: blackbox exporter namespace: kube systemspec: ports: name ...
2020-05-07 21:07 0 667 推薦指數:
端口監控配置 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 ...
概述:本文為記錄監控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 測試: 主機 ...
一、遠端探測介紹 監控應用程序的兩種主要方法:探測和內省(例:node_exporter)。 探測監視應用程序的外部,可以查詢應用程序的外部特征:是否響應開放端口上的輪詢並返回正確的數據或響應代碼?eg:執行ICMP ping或echo檢查並確認是否收到了響應。這種類型的探測也稱為 ...