Skip to content

Commit

Permalink
infrastructure: cluster1: kube-prometheus-stack: Collect icmp.
Browse files Browse the repository at this point in the history
  • Loading branch information
wigust committed Jan 28, 2024
1 parent 6aafd61 commit 59a6120
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions infrastructure/cluster1/kube-prometheus-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,30 @@ prometheus:
- replacement: 192.168.0.145:9115
target_label: __address__
job_name: http
- static_configs:
- targets:
- 192.168.0.1
- 81.95.28.27
- 78.108.80.230
- 78.108.87.250
- 78.108.91.250
- 172.16.103.1
- ci.guix.gnu.org
scrape_interval: 30s
metrics_path: /probe
params:
module:
- icmp
relabel_configs:
- source_labels:
- __address__
target_label: __param_target
- source_labels:
- __param_target
target_label: instance
- replacement: 127.0.0.1:9115
target_label: __address__
job_name: icmp
ingress:
enabled: true
ingressClassName: nginx
Expand Down

0 comments on commit 59a6120

Please sign in to comment.