Skip to content

Commit

Permalink
CASMMON-464
Browse files Browse the repository at this point in the history
  • Loading branch information
rambabubolla committed Dec 4, 2024
1 parent e843e02 commit 219add4
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/cray-sysmgmt-health/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#
apiVersion: v2
name: cray-sysmgmt-health
version: 1.1.2
version: 1.1.3
description: An extension of the official prometheus-operator helm chart for monitoring
keywords:
- sysmgmt-health
Expand Down
42 changes: 42 additions & 0 deletions kubernetes/cray-sysmgmt-health/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1130,6 +1130,48 @@ servicemonitors:
scheme: http
metricsRelabelings: {}
relabelings: {}
flowslingExporter:
enabled: true
servicename: cray-hms-flow-sling
serviceMonitor:
namespace: sysmgmt-health
port: telsling-stats
matchNamespace:
- sma
matchLabels:
app.kubernetes.io/instance: cray-hms-flow
interval: 1m
scheme: http
metricsRelabelings: {}
relabelings: {}
flowldmsExporter:
enabled: true
servicename: cray-hms-flow-ldms
serviceMonitor:
namespace: sysmgmt-health
port: ldms-stats
matchNamespace:
- sma
matchLabels:
app.kubernetes.io/instance: cray-hms-flow
interval: 1m
scheme: http
metricsRelabelings: {}
relabelings: {}
flowredfishExporter:
enabled: true
servicename: cray-hms-flow-redfish
serviceMonitor:
namespace: sysmgmt-health
port: redfish-stats
matchNamespace:
- sma
matchLabels:
app.kubernetes.io/instance: cray-hms-flow
interval: 1m
scheme: http
metricsRelabelings: {}
relabelings: {}
dnsUnbound:
enabled: true
servicename: cray-dns-unbound
Expand Down

0 comments on commit 219add4

Please sign in to comment.