Skip to content

Commit

Permalink
Merge pull request #128 from utilitywarehouse/as-netapp
Browse files Browse the repository at this point in the history
fix label var name
  • Loading branch information
asiyani authored Nov 7, 2024
2 parents bb1ce17 + 2752641 commit de717f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions netapp/netapp-harvest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ groups:
labels:
team: infra
annotations:
summary: "Netapp Disk [{{ $labels.disk }}] in node {{$label.node}} is in failure state"
summary: "Netapp Disk [{{ $labels.disk }}] in node {{$labels.node}} is in failure state"

# Alert for offline volume
- alert: VolumeStateOffline
Expand All @@ -57,7 +57,7 @@ groups:
labels:
team: infra
annotations:
summary: "Netapp Volume [{{ $labels.volume }}] in [{{$label.node}}/{{$label.svm}}] is offline"
summary: "Netapp Volume [{{ $labels.volume }}] in [{{$labels.node}}/{{$labels.svm}}] is offline"

# Alert for any instance that has a volume used percentage > 90%
- alert: VolumeUsedPercentageBreach
Expand All @@ -66,7 +66,7 @@ groups:
labels:
team: infra
annotations:
summary: "Netapp Volume [{{ $labels.volume }}] in [{{$label.node}}/{{$label.svm}}] is [{{$value}}%] used"
summary: "Netapp Volume [{{ $labels.volume }}] in [{{$labels.node}}/{{$labels.svm}}] is [{{$value}}%] used"

# Certificates expiring within 1 month
- alert: CertificatesExpiring
Expand Down

0 comments on commit de717f5

Please sign in to comment.