move 100% alert before the 80% alert
All checks were successful
/ build (push) Successful in 35s

This commit is contained in:
Christoph Haas 2025-12-30 18:59:50 +01:00
parent 8e2a0d0c88
commit d97875ed38

View file

@ -46,14 +46,6 @@ quota_storage_grace = 50M
# Define two warnings at 80% and 95% of quota usage. # Define two warnings at 80% and 95% of quota usage.
quota "User quota" { quota "User quota" {
# Set another warning level to 80% for early warnings
warning warn-80 {
quota_storage_percentage = 80
execute quota-warning {
args = 80 %{user}
}
}
# Set one warning level to 100% # Set one warning level to 100%
warning warn-100 { warning warn-100 {
quota_storage_percentage = 100 quota_storage_percentage = 100
@ -62,6 +54,14 @@ quota "User quota" {
} }
} }
# Set another warning level to 80% for early warnings
warning warn-80 {
quota_storage_percentage = 80
execute quota-warning {
args = 80 %{user}
}
}
# User is no longer over quota # User is no longer over quota
warning warn-under { warning warn-under {
quota_storage_percentage = 100 quota_storage_percentage = 100