Skip to content

Commit 6474a47

Browse files
committed
fix lint
1 parent e43bca4 commit 6474a47

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

csp-mixin/.lint

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,9 @@ exclusions:
7171
panel-title-description-rule:
7272
entries:
7373
- dashboard: Azure Service Bus
74+
- dashboard: GCP Compute Engine
75+
- dashboard: Azure Virtual Machines
76+
target-rate-interval-rule:
77+
entries:
78+
- dashboard: GCP Compute Engine
79+

csp-mixin/alerts/azure-alerts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ groups:
1111
service: 'Azure Virtual Machines'
1212
namespace: cloud-provider-azure
1313
annotations:
14-
summary: 'CPU utilization is too high'
14+
summary: 'CPU utilization is too high.'
1515
description: 'The VM {{ $labels.resourceName }} is under heavy load and may become unresponsive.'
1616
dashboard_uid: '58f33c50e66c911b0ad8a25aa438a96e'
1717

@@ -22,9 +22,9 @@ groups:
2222
keep_firing_for: 10m
2323
labels:
2424
severity: critical
25-
service: 'Azure Virtual Machines'
25+
service: 'Azure Virtual Machines.'
2626
namespace: cloud-provider-azure
2727
annotations:
28-
summary: 'VM unavailable'
28+
summary: 'VM unavailable.'
2929
description: 'The VM {{ $labels.resourceName }} is not functioning or crashed, which may require immediate action.'
3030
dashboard_uid: '58f33c50e66c911b0ad8a25aa438a96e'

csp-mixin/alerts/gcp-alerts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ groups:
1111
service: 'Compute Engine'
1212
namespace: cloud-provider-gcp
1313
annotations:
14-
summary: 'CPU utilization is too high'
14+
summary: 'CPU utilization is too high.'
1515
description: 'The VM {{ $labels.instance_name }} is under heavy load and may become unresponsive.'
1616
dashboard_uid: 'f115fe73641347c43415535d77e2dc0f'

0 commit comments

Comments
 (0)