74 lines
1.8 KiB
YAML
74 lines
1.8 KiB
YAML
kind: Probe
|
|
apiVersion: monitoring.coreos.com/v1
|
|
metadata:
|
|
name: aux-cluster-http-test
|
|
namespace: monitoring
|
|
spec:
|
|
interval: 60s
|
|
module: http_2xx
|
|
prober:
|
|
url: blackbox-exporter.monitoring.svc.k8aux.undercloud.cf:9115
|
|
targets:
|
|
staticConfig:
|
|
static:
|
|
- https://aux1.undercloud.cf.:9090
|
|
- https://aux2.undercloud.cf.:9090
|
|
- http://aux1.undercloud.cf.:3000
|
|
- http://aux2.undercloud.cf.:3000
|
|
- https://aux1-cockpit.undercloud.cf
|
|
- https://aux2-cockpit.undercloud.cf
|
|
- https://aux2-unifi.undercloud.cf.
|
|
- https://aux2-unifi.undercloud.cf.
|
|
---
|
|
kind: Probe
|
|
apiVersion: monitoring.coreos.com/v1
|
|
metadata:
|
|
name: internet-http-test
|
|
namespace: monitoring
|
|
spec:
|
|
interval: 60s
|
|
module: http_2xx
|
|
prober:
|
|
url: blackbox-exporter.monitoring.svc.k8aux.undercloud.cf:9115
|
|
targets:
|
|
staticConfig:
|
|
static:
|
|
- https://google.com
|
|
- https://8.8.8.8
|
|
- https://freenom.com
|
|
- https://dns.he.net
|
|
- https://www.tunnelbroker.net
|
|
---
|
|
kind: Probe
|
|
apiVersion: monitoring.coreos.com/v1
|
|
metadata:
|
|
name: external-devices-http-test
|
|
namespace: monitoring
|
|
spec:
|
|
interval: 60s
|
|
module: http_2xx
|
|
prober:
|
|
url: blackbox-exporter.monitoring.svc.k8aux.undercloud.cf:9115
|
|
targets:
|
|
staticConfig:
|
|
static:
|
|
- https://firewall.undercloud.cf.:4444
|
|
- http://coreswitch.admin.undercloud.cf/
|
|
- http://10.0.0.1/
|
|
---
|
|
kind: Probe
|
|
apiVersion: monitoring.coreos.com/v1
|
|
metadata:
|
|
name: k8aux-http-test
|
|
namespace: monitoring
|
|
spec:
|
|
interval: 60s
|
|
module: http_2xx
|
|
prober:
|
|
url: blackbox-exporter.monitoring.svc.k8aux.undercloud.cf:9115
|
|
targets:
|
|
staticConfig:
|
|
static:
|
|
- https://homer.undercloud.cf.
|
|
- https://argocd-server.argocd.svc.k8aux.undercloud.cf.
|
|
- http://gitea.gitea.svc.k8aux.undercloud.cf:3000 |