一、blackbox_exporter應用場景 HTTP 測試: 定義 Request Header 信息、判斷 Http status / Http Respones Header / Http Body 內容TCP 測試: 業務組件端口狀態監聽、應用層協議定義與監聽ICMP 測試: 主機 ...
一 簡介: blackbox exporter是Prometheus 官方提供的 exporter 之一,可以提供 http dns tcp icmp 的監控數據采集。 Blackbox exporter 應用場景 HTTP 測試定義 Request Header 信息判斷 Http status Http Respones Header Http Body 內容TCP 測試業務組件端口狀態監聽應 ...
2020-07-03 11:00 1 2305 推薦指數:
一、blackbox_exporter應用場景 HTTP 測試: 定義 Request Header 信息、判斷 Http status / Http Respones Header / Http Body 內容TCP 測試: 業務組件端口狀態監聽、應用層協議定義與監聽ICMP 測試: 主機 ...
一、blackbox_exporter應用場景 HTTP 測試: 定義 Request Header 信息、判斷 Http status / Http Respones Header / Http Body 內容TCP 測試: 業務組件端口狀態監聽、應用層協議定義與監聽ICMP 測試: 主機 ...
端口監控配置 prometheus.yml - job_name: "prot_status" metrics_path: /probe params: module: [tcp_connect] file_sd_configs: - files ...
一. 監控進程存活 有時候我們需要監控進程的狀態,由於我們常用的node_exporter並不能覆蓋所有監控項,這里我們使用自定義的方式對進程進行監控。 二. 自定義Python腳本定義metrics值 2.1 安裝pip 2.2 編寫py腳本 把腳本 ...
blackbox配置文件 blackbox-exporter apiVersion: v1kind: Servicemetadata: annotations: prometheus/scrape: "true" labels: name ...
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 測試業務組件端口 ...