端口监控配置 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 xx Look for a HTTP response. file sd configs: files: targets url status.yaml refresh interval: m relabel configs: ...
2021-11-17 21:54 0 1423 推荐指数:
端口监控配置 prometheus.yml - job_name: "prot_status" metrics_path: /probe params: module: [tcp_connect] file_sd_configs: - files ...
一 ICMP监控配置 1.1 修改Prometheus Server配置文件 root@prometheus-01:~# cat /usr/local/prometheus/prometheus.yml #ICMP 检测 - job_name: 'ping_status ...
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 测试业务组件端口 ...
环境:centos7、prometheus2.24、grafana 1、下载插件blackbox_exporter https://github.com/prometheus/blackbox_exporter/releases wget https://github.com ...
一、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 测试: 主机 ...