Compare commits

...

2 Commits

Author SHA1 Message Date
79699ed2c6
yamllint: disable line-length check 2022-08-31 13:31:19 -05:00
7789ad779e
Fix a lot of yamllint errors 2022-08-31 13:30:59 -05:00
2 changed files with 43 additions and 44 deletions

5
.yamllint Normal file
View File

@ -0,0 +1,5 @@
---
extends: default
rules:
line-length: disable

View File

@ -246,9 +246,6 @@ prometheus_rules_config:
- alert: MaintenanceMode
expr: maintenance_mode == 1
for: 1m
#- alert: QuietHours
# expr: america_chicago_hour >= 22 or america_chicago_hour < 10
# for: 1m
- name: blackbox.rules
rules:
- alert: ServiceDown
@ -410,9 +407,6 @@ karma_config:
color: "#ff220c"
alertAcknowledgement:
enabled: true
#duration: 15m0s
#author: karma
#comment: ACK! This alert was acknowledged using karma on %NOW%
thanos_bucket_config: "{{ vault_thanos_bucket_config }}"