19 lines
391 B
YAML
19 lines
391 B
YAML
apiVersion: monitoring.coreos.com/v1
|
|
kind: Probe
|
|
metadata:
|
|
name: blackbox-exporter-bobcat-miner
|
|
labels:
|
|
app.kubernetes.io/name: blackbox-exporter
|
|
monitor: prometheus
|
|
namespace: monitoring
|
|
spec:
|
|
module: icmp
|
|
prober:
|
|
url: blackbox-exporter.monitoring.svc:9115
|
|
targets:
|
|
staticConfig:
|
|
static:
|
|
- 192.168.40.30
|
|
labels:
|
|
service: bobcat-miner
|