feat: add http probe for google.com
This commit is contained in:
16
monitoring.yaml
Normal file
16
monitoring.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: monitoring.coreos.com/v1
|
||||
kind: Probe
|
||||
metadata:
|
||||
name: google-probe
|
||||
namespace: memelord-jake
|
||||
labels:
|
||||
release: prometheus # Standard label often used to ensure Prometheus picks up the resource
|
||||
spec:
|
||||
interval: 30s
|
||||
module: http_2xx
|
||||
prober:
|
||||
url: prometheus-blackbox-exporter.monitoring.svc.cluster.local:9115
|
||||
targets:
|
||||
staticConfig:
|
||||
static:
|
||||
- https://www.google.com
|
||||
Reference in New Issue
Block a user