apiVersion: monitoring.coreos.com/v1 kind: Probe metadata: name: proxmoxve-exporter namespace: monitoring spec: interval: 60s module: default prober: url: proxmoxve-exporter.monitoring.svc.cluster.local:9221 path: /pve targets: staticConfig: static: - "192.168.87.29" - "192.168.87.20" #apiVersion: monitoring.coreos.com/v1 #kind: ServiceMonitor #metadata: # name: proxmoxve-exporter # namespace: monitoring # labels: # release: kube-prometheus-stack #spec: # selector: # matchLabels: # app: proxmoxve-service # endpoints: # - port: http # interval: 2m # scrapeTimeout: 1m # path: /pve # params: # target: # - "192.168.87.29" # module: # - default # - port: http # interval: 2m # scrapeTimeout: 1m # path: /pve # params: # target: # - "192.168.87.20" # module: # - default