URL监控配置 prometheus.yml - job_name: "http_status" metrics_path: /probe params: module: [http_2xx] # Look for a HTTP 200 response. ...
端口监控配置 prometheus.yml job name: prot status metrics path: probe params: module: tcp connect file sd configs: files: targets port status.yaml refresh interval: m relabel configs: source labels: address ...
2021-11-17 22:04 0 800 推荐指数:
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 ...
一、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 测试: 主机 ...
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是Prometheus 官方提供的 exporter 之一,可以提供 http、dns、tcp、icmp 的监控数据采集。 Blackbox_exporter 应用场景 HTTP 测试定义 Request Header 信息判断 Http ...
环境:centos7、prometheus2.24、grafana 1、下载插件blackbox_exporter https://github.com/prometheus/blackbox_exporter/releases wget https://github.com ...