operation number:0 Connection fail number:0 Operation sequence errors number:0 RTT Status errors number:0 Destination ip address:10.1.1.2 Min/Max/Average Completion Time: 3/125/44 Sum/Square-Sum Completion Time: 132/15650 Last Good Probe Time: 2014-11-28 13:55:52.5 Lost packet ratio: 0 %...
[SwitchA-nqa-admin-icmpjitter]display nqa resultstest-instanceadmin icmpjitterNQA entry(admin, icmpjitter) :testflag is inactive ,testtype is icmpjitter 1 . Test 1 result The test is finished SendProbe:60 ResponseProbe:60 Completion:success RTD OverThresholds number:0 OWD OverThresholds SD numbe...
icmp、tcp、http、post 监测是否正常可以观察probe_success 这一指标 probe_success == 0 ##联通性异常 probe_success == 1 ##联通性正常 告警也是判断这个指标是否等于0,如等于0 则触发异常报警 [sss@prometheus01 prometheus]$ cat rules/blackbox-alert.rules groups: - name: blackbox_network_stats rules:...
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/21/64 ms Here’s what it looks like: The message above is the ICMP request, you can see it uses type 8 and code 0 for this. When R2 receives it will reply: ...
metrics_path: /probe params: module: [http_2xx]# Look for a HTTP 200 response.static_configs: - targets: - https://www.baidu.com/ - 172.0.0.1:9090 relabel_configs: - source_labels: [__address__] target_label: __param_target ...
Test 1 result The test is finished SendProbe:60 ResponseProbe:60 Completion:success RTD OverThresholds number:0 OWD OverThresholds SD number:0 OWD OverThresholds DS number:0 Min/Max/Avg/Sum RTT:3/97/17/1025 RTT Square Sum:51913 NumOfRTT:6...
probe_success 1 Module configuration: prober: icmp timeout: 1m0s http: ip_protocol_fallback: true tcp: ip_protocol_fallback: true icmp: preferred_ip_protocol: ip4 ip_protocol_fallback: true dns: ip_protocol_fallback: true What did you do that produced an error?
probe_duration_seconds 0.000251 probe_success 0 When the domain exists or not [1]. Is 0 success ?! [1]http://sg.dabase.com:9115/probe?target=doesnotexist.example.com&module=icmp Contributor This seems like more of a Docker/security/systemd problem than one with the blackbox exporter. I'...
一ICMP监控配置 1.1 修改Prometheus Server配置文件 root@prometheus-01:~# cat /usr/local/prometheus/prometheus.yml#ICMP 检测- job_name:'ping_status'metrics_path: /probe params: module: [icmp] static_configs: - targets: - 192.168.174.200
USHORT checksum(USHORT* buff, int size) { unsigned long cksum = 0; while(size>1) ...