mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 18:18:26 +00:00
fix(jellyfin): missing bloody comma
This commit is contained in:
@@ -113,7 +113,7 @@ spec:
|
||||
fsGroup: *uid
|
||||
fsGroupChangePolicy: "Always"
|
||||
supplementalGroups: [
|
||||
44, 104, 109, 128, 226 # GPU
|
||||
44, 104, 109, 128, 226, # GPU
|
||||
6969 # NAS
|
||||
]
|
||||
seccompProfile: { type: "RuntimeDefault" }
|
||||
|
||||
@@ -7,11 +7,15 @@ metadata:
|
||||
namespace: monitoring
|
||||
spec:
|
||||
# TODO: set default intervals to debug memory spikes
|
||||
scrapeInterval: "30s"
|
||||
scrapeTimeout: "15s"
|
||||
staticConfigs:
|
||||
- targets: ["${IP_NIGHTHAWK}:9182"]
|
||||
- targets:
|
||||
- &ip "${IP_NIGHTHAWK}:9182"
|
||||
metricsPath: "/metrics"
|
||||
relabelings:
|
||||
- sourceLabels: ["__address__"]
|
||||
targetLabel: "instance"
|
||||
regex: *ip
|
||||
replacement: "nighthawk:9182"
|
||||
---
|
||||
apiVersion: monitoring.coreos.com/v1alpha1
|
||||
kind: ScrapeConfig
|
||||
@@ -21,8 +25,12 @@ metadata:
|
||||
spec:
|
||||
# scrapeInterval: "2s"
|
||||
# scrapeTimeout: "1s"
|
||||
scrapeInterval: "30s"
|
||||
scrapeTimeout: "15s"
|
||||
staticConfigs:
|
||||
- targets: ["${IP_NIGHTHAWK}:9835"]
|
||||
- targets:
|
||||
- &ip "${IP_NIGHTHAWK}:9835"
|
||||
metricsPath: "/metrics"
|
||||
relabelings:
|
||||
- sourceLabels: ["__address__"]
|
||||
targetLabel: "instance"
|
||||
regex: *ip
|
||||
replacement: "nighthawk:9835"
|
||||
|
||||
@@ -5,10 +5,13 @@ metadata:
|
||||
name: smartctl-exporter
|
||||
namespace: monitoring
|
||||
spec:
|
||||
scrapeInterval: "1m"
|
||||
scrapeTimeout: "10s"
|
||||
staticConfigs:
|
||||
- targets:
|
||||
- "${IP_BLACKHAWK}:9633" # My laptop
|
||||
- &blackhawk "${IP_BLACKHAWK}:9633" # My laptop
|
||||
metricsPath: "/metrics"
|
||||
relabelings:
|
||||
- sourceLabels: ["__address__"]
|
||||
targetLabel: "instance"
|
||||
regex: *blackhawk
|
||||
replacement: "blackhawk:9633"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user