feat(kps/external): add laptop smartctl-exporter

This commit is contained in:
JJGadgets
2024-04-23 20:49:02 +08:00
parent 86df1f0730
commit ade81af636

View File

@@ -0,0 +1,14 @@
---
apiVersion: monitoring.coreos.com/v1alpha1
kind: ScrapeConfig
metadata:
name: smartctl-exporter
namespace: monitoring
spec:
scrapeInterval: "1m"
scrapeTimeout: "10s"
staticConfigs:
- targets:
- "${IP_BLACKHAWK}:9633" # My laptop
metricsPath: "/metrics"