Skip to content

Commit

Permalink
update dashboard url for azure virtual machine alerts (#1371)
Browse files Browse the repository at this point in the history
  • Loading branch information
yduartep authored Dec 10, 2024
1 parent 1a75f65 commit 3aa6fb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions csp-mixin/alerts/azure-alerts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ groups:
annotations:
summary: 'VM CPU utilization is too high.'
description: 'The VM {{ $labels.resourceName }} is under heavy load and may become unresponsive.'
dashboard_uid: '58f33c50e66c911b0ad8a25aa438a96e'
dashboard_url: '/a/grafana-csp-app/azure/dashboards/vm'

- alert: AzureVMUnavailable
expr: |
Expand All @@ -27,7 +27,7 @@ groups:
annotations:
summary: 'VM unavailable.'
description: 'The VM {{ $labels.resourceName }} is not functioning or crashed, which may require immediate action.'
dashboard_uid: '58f33c50e66c911b0ad8a25aa438a96e'
dashboard_url: '/a/grafana-csp-app/azure/dashboards/vm'

- alert: AzureDatabaseHighDtuConsumption
expr: |
Expand Down

0 comments on commit 3aa6fb6

Please sign in to comment.