mirror of
https://github.com/monitoring-mixins/website.git
synced 2024-12-14 11:37:31 +00:00
assets,site/content: daily assets regeneration
This commit is contained in:
parent
b4e878a56f
commit
f8f8588f60
2 changed files with 6 additions and 4 deletions
|
@ -3,8 +3,9 @@ groups:
|
|||
rules:
|
||||
- alert: SealedSecretsUnsealErrorRateHigh
|
||||
annotations:
|
||||
message: High rate of errors unsealing Sealed Secrets
|
||||
runbook: https://github.com/bitnami-labs/sealed-secrets
|
||||
description: High rate of errors unsealing Sealed Secrets
|
||||
runbook_url: https://github.com/bitnami-labs/sealed-secrets
|
||||
summary: Sealed Secrets Unseal Error Rate High
|
||||
expr: |
|
||||
sum(rate(sealed_secrets_controller_unseal_errors_total{}[5m])) > 0
|
||||
labels:
|
||||
|
|
|
@ -23,8 +23,9 @@ Complete list of pregenerated alerts is available [here](https://github.com/moni
|
|||
{{< code lang="yaml" >}}
|
||||
alert: SealedSecretsUnsealErrorRateHigh
|
||||
annotations:
|
||||
message: High rate of errors unsealing Sealed Secrets
|
||||
runbook: https://github.com/bitnami-labs/sealed-secrets
|
||||
description: High rate of errors unsealing Sealed Secrets
|
||||
runbook_url: https://github.com/bitnami-labs/sealed-secrets
|
||||
summary: Sealed Secrets Unseal Error Rate High
|
||||
expr: |
|
||||
sum(rate(sealed_secrets_controller_unseal_errors_total{}[5m])) > 0
|
||||
labels:
|
||||
|
|
Loading…
Reference in a new issue