端口监控配置 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检查并确认是否收到了响应。这种类型的探测也称为 ...