mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
Added prometheus probe for enviro sensor
This commit is contained in:
16
charts/prometheus/templates/probe.yaml
Normal file
16
charts/prometheus/templates/probe.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: monitoring.coreos.com/v1
|
||||
kind: Probe
|
||||
metadata:
|
||||
name: enviro-plus
|
||||
spec:
|
||||
jobName: enviro-plus
|
||||
interval: 15s
|
||||
scrapeTimeout: 5s
|
||||
prober:
|
||||
url: "enviropi:8000"
|
||||
path: /metrics
|
||||
scheme: http
|
||||
targets:
|
||||
staticConfig:
|
||||
static:
|
||||
- "enviropi:8000"
|
||||
Reference in New Issue
Block a user